diff --git a/log.config.path_IS_UNDEFINED/err_log.2024-02-13_0.log b/log.config.path_IS_UNDEFINED/err_log.2024-02-13_0.log
deleted file mode 100644
index 308721c..0000000
--- a/log.config.path_IS_UNDEFINED/err_log.2024-02-13_0.log
+++ /dev/null
@@ -1,3919 +0,0 @@
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18116 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:48:19[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:48:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:48:19[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 8492 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:49:25[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:49:25[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:49:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16816 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:49:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:49:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:49:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:49:40[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:49:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:49:40[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 12864 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:51:38[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:51:38[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:56:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23744 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:56:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:56:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:56:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:56:19[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:56:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:56:19[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 488 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:56:29[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:56:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:56:29[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21244 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 15:09:24[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 15:09:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 15:09:24[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 15:22:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:22:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 854 ms
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@353af741
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.641 seconds (process running for 3.211)
-[32m240213 15:22:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 15:22:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 15:22:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 15:22:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 15:23:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 29 msec}
-[32m240213 15:23:04[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-6] Exception processing template "customers/list": Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:04[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 17 msec}
-[32m240213 15:23:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "customers/list": Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 244 ms
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a8d7289
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.432 seconds (process running for 69.831)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 233 ms
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45af600c
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.44 seconds (process running for 72.534)
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 17 msec}
-[32m240213 15:24:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-1] Exception processing template "customers/list": Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:24:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 159 ms
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@377ef041
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.363 seconds (process running for 100.813)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 907 ms
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@193bea26
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.683 seconds (process running for 3.219)
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 24 msec}
-[32m240213 15:24:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 15:24:49[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-1] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "row.id" (template: "commute/list" - line 34, col 25)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "row.id" (template: "commute/list" - line 34, col 25)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'id' cannot be found on object of type 'com.itn.admin.itn.commute.mapper.domain.CommuteVO' - maybe not public or not valid?
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:228)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:111)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:416)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240213 15:24:49[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'id' cannot be found on object of type 'com.itn.admin.itn.commute.mapper.domain.CommuteVO' - maybe not public or not valid?
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:228)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:111)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:416)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:26:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 17 msec}
-[32m240213 15:49:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 16 msec}
-[32m240213 15:53:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 15:53:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 15:54:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 15:54:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 15:54:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 15:54:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 15:54:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 15:54:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 15:54:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 15:54:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 15:54:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 15:54:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 15:54:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 15:54:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 202 ms
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@dd60d05
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.49 seconds (process running for 3196.442)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 163 ms
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2c71d287
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.286 seconds (process running for 3209.255)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 259 ms
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@229df070
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.511 seconds (process running for 3270.661)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 0 deletions, 2 modifications)
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 154 ms
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2da5fc3d
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.326 seconds (process running for 3381.773)
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21804 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 764 ms
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@50c9f543
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.397 seconds (process running for 2.974)
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 21 msec}
-[32m240213 16:21:03[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:27)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:26)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:21:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 13520 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 812 ms
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@79c83299
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.651 seconds (process running for 3.189)
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 24 msec}
-[32m240213 16:25:28[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:25:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 2524 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 905 ms
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5d395b41
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.738 seconds (process running for 3.325)
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 28 msec}
-[32m240213 16:25:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:25:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:26:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 19 msec}
-[32m240213 16:26:47[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 2524 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 173 ms
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7087a307
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.317 seconds (process running for 60.953)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 25400 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 808 ms
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1c77569c
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.394 seconds (process running for 2.94)
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 25 msec}
-[32m240213 16:27:01[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:30)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:27:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 806 ms
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@43a4cfad
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.512 seconds (process running for 3.021)
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 27 msec}
-[32m240213 16:27:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:27:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:27:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 18 msec}
-[32m240213 16:27:39[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 160 ms
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@31a45370
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.319 seconds (process running for 22.566)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 19 msec}
-[32m240213 16:27:49[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:28:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 23 msec}
-[32m240213 16:28:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 7639 class path changes (0 additions, 7639 deletions, 0 modifications)
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:28:58[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.m.s.m.ClassPathMapperScanner:44][0;39m - No MyBatis mapper was found in '[com.itn.admin]' package. Please check your configuration.
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 189 ms
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection conn0: url=jdbc:h2:mem:6bab750f-edf1-475f-958e-2e8ab619f019 user=SA
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:6bab750f-edf1-475f-958e-2e8ab619f019'
-[32m240213 16:28:59[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration:101][0;39m - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.46 seconds (process running for 98.228)
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 7629 class path changes (7629 additions, 0 deletions, 0 modifications)
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:05[0;39m [36m[WARN ][0;39m [Thread-11] [35m[o.s.b.f.s.DisposableBeanAdapter:221][0;39m - Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor': org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-224]
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:06[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.m.s.m.ClassPathMapperScanner:44][0;39m - No MyBatis mapper was found in '[com.itn.admin]' package. Please check your configuration.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 314 ms
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7bb3d140
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:06[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception with message: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 16:29:06[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception with message: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception with message: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:177)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647)
- ... 24 common frames omitted
-Caused by: java.io.IOException: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
- at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:700)
- at org.mybatis.spring.SqlSessionFactoryBean.afterPropertiesSet(SqlSessionFactoryBean.java:577)
- at org.mybatis.spring.SqlSessionFactoryBean.getObject(SqlSessionFactoryBean.java:720)
- at org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration.sqlSessionFactory(MybatisAutoConfiguration.java:189)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140)
- ... 25 common frames omitted
-Caused by: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.itn.admin.itn.commute.mapper.domain.CommuteVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:127)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.parse(XMLMapperBuilder.java:100)
- at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:698)
- ... 33 common frames omitted
-Caused by: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.itn.admin.itn.commute.mapper.domain.CommuteVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:103)
- at org.apache.ibatis.builder.xml.XMLStatementBuilder.parseStatementNode(XMLStatementBuilder.java:78)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:143)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:135)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:125)
- ... 35 common frames omitted
-Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.itn.admin.itn.commute.mapper.domain.CommuteVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:128)
- at org.apache.ibatis.builder.BaseBuilder.resolveAlias(BaseBuilder.java:132)
- at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:101)
- ... 39 common frames omitted
-Caused by: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:226)
- at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:103)
- at org.apache.ibatis.io.Resources.classForName(Resources.java:322)
- at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:124)
- ... 41 common frames omitted
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 318 ms
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@42656815
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.54 seconds (process running for 108.608)
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 18 msec}
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240213 16:29:09[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed: java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils] with root cause
-java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- at java.base/java.lang.Class.forName0(Native Method)
- at java.base/java.lang.Class.forName(Class.java:467)
- at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:121)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:30)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 142 ms
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4b50c9c9
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.253 seconds (process running for 112.783)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240213 16:29:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18796 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 767 ms
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3551f7b3
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:29:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.437 seconds (process running for 3.015)
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 15 msec}
-[32m240213 16:29:54[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:29:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18796 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 216 ms
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2c886c74
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.407 seconds (process running for 187.39)
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18796 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 153 ms
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3f053ae1
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.277 seconds (process running for 205.808)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:33:15[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:33:15[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:33:15[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 3356 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 793 ms
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6206aae4
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.405 seconds (process running for 2.919)
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 11 msec}
-[32m240213 16:33:34[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:33:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:34:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:34:09[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-9] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 3356 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 160 ms
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1215486d
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.291 seconds (process running for 43.258)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 7 msec}
-[32m240213 16:34:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21024 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 793 ms
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6793411b
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.459 seconds (process running for 3.026)
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 14 msec}
-[32m240213 16:35:16[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:35:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 27284 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 778 ms
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2976706
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.345 seconds (process running for 2.859)
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:36:24[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:36:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 27704 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 770 ms
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@40a6146
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.378 seconds (process running for 2.927)
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 16 msec}
-[32m240213 16:36:58[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:36:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26828 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 772 ms
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@20df4dd8
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.405 seconds (process running for 2.918)
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:37:20[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:37:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21368 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 781 ms
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.353 seconds (process running for 2.868)
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:38:00[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:32)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:38:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:38:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:38:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-3] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:32)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16788 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 797 ms
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6e542db1
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.358 seconds (process running for 2.898)
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 15 msec}
-[32m240213 16:38:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:38:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:39:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:39:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16788 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 224 ms
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4a61d1a6
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.385 seconds (process running for 37.882)
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16788 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 168 ms
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@56b95cff
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.315 seconds (process running for 57.122)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 12968 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 930 ms
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@62abd4d9
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.773 seconds (process running for 3.303)
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 11 msec}
-[32m240213 16:40:09[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.CommuteVO.getUsrid()" because "t" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.CommuteVO.getUsrid()" because "t" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:29)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:40:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 6364 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:40:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 785 ms
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1c6e5f90
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:40:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.448 seconds (process running for 2.957)
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:40:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:41:05[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:41:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:41:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:41:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:41:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:41:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 17132 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 783 ms
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4519c6d4
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.725 seconds (process running for 3.273)
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:43:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 5384 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:43:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 783 ms
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@67a80b86
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:43:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.422 seconds (process running for 2.923)
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND LENGTH(USRID)>0
- {executed in 18 msec}
-[32m240213 16:43:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (0 additions, 2 deletions, 1 modification)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 5384 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 281 ms
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@59d3e2c3
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.509 seconds (process running for 858.803)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (2 additions, 0 deletions, 0 modifications)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 5384 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 192 ms
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@408614b1
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.333 seconds (process running for 861.386)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 25364 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 809 ms
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@605f2d32
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.407 seconds (process running for 2.945)
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 14 msec}
-[32m240213 16:58:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 17:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 17:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 17:27:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 17:27:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 17:27:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 17:27:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 17:27:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 17:27:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 17:27:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 17:27:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 17:27:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 17:27:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 17:27:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 17:27:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 17:27:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 17:27:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 17:28:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 17:28:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 17:28:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 17:28:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 17:56:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 17:56:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 17:57:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 17:57:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 17:57:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 17:57:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 17:57:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 17:57:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 17:57:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 17:57:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 17:57:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 17:57:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 17:57:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 17:57:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 17:57:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 17:57:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 17:57:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 17:57:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 17:57:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 17:57:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
diff --git a/log.config.path_IS_UNDEFINED/err_log.2024-02-14_0.log b/log.config.path_IS_UNDEFINED/err_log.2024-02-14_0.log
deleted file mode 100644
index 8b38812..0000000
--- a/log.config.path_IS_UNDEFINED/err_log.2024-02-14_0.log
+++ /dev/null
@@ -1,1592 +0,0 @@
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 22376 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 912 ms
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@211b7bcc
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.222 seconds (process running for 3.902)
-[32m240214 09:14:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 09:14:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 09:14:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 09:14:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 09:14:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 21 msec}
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21764 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 742 ms
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6c066903
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.499 seconds (process running for 3.061)
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 13 msec}
-[32m240214 09:23:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 20272 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 893 ms
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@19e211b5
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.168 seconds (process running for 3.877)
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 13 msec}
-[32m240214 10:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 10:23:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 10:23:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 20272 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 183 ms
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@41ad4d39
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.34 seconds (process running for 257.071)
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 10:27:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 14280 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 809 ms
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.536 seconds (process running for 3.077)
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 10 msec}
-[32m240214 10:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 10:27:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 25532 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1003 ms
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3e63b298
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.946 seconds (process running for 3.565)
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 11 msec}
-[32m240214 11:27:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 11:29:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 11:29:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240214 11:29:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 11:29:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240214 11:29:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 11:29:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240214 11:29:14[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 11:29:14[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240214 11:29:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 11:29:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240214 11:29:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 11:29:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240214 11:29:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 11:29:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240214 11:29:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 11:29:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240214 11:29:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 11:29:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240214 11:29:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 11:29:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240214 11:32:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:32:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:40:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 817 ms
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3a6f7881
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.599 seconds (process running for 3.192)
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 11 msec}
-[32m240214 11:43:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 11:44:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:46:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:58:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 11:59:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:59:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:59:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:00:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:00:18[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:00:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:12:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 12:12:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240214 12:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 12:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240214 12:12:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 12:12:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240214 12:12:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 12:12:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240214 12:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 12:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240214 12:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 12:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240214 12:12:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 12:12:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240214 12:12:41[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 12:12:41[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240214 12:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:24:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:24:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:24:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:24:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:31:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:31:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 8, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:31:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:31:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 8, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 8, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:33:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:34:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:34:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:34:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:35:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:35:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:35:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:36:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:36:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:36:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:36:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:36:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:37:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:38:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:38:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 12:38:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:38:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:38:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240214 12:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240214 12:41:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240214 12:41:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240214 12:41:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240214 12:41:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240214 12:41:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240214 12:41:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240214 12:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240214 12:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240214 12:42:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240214 12:42:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240214 12:42:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240214 12:42:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240214 12:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240214 12:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240214 12:42:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240214 12:42:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240214 12:42:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240214 12:42:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240214 12:45:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:45:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:45:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:45:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:45:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:45:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:49:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:54:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:54:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 13:11:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240214 13:11:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240214 13:11:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240214 13:11:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240214 13:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240214 13:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240214 13:11:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240214 13:11:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240214 13:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240214 13:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240214 13:11:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240214 13:11:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240214 13:12:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240214 13:12:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240214 13:12:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240214 13:12:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240214 13:12:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240214 13:12:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240214 13:12:27[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240214 13:12:27[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240214 13:40:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240214 13:40:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240214 13:40:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240214 13:40:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240214 13:40:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240214 13:40:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240214 13:41:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240214 13:41:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240214 13:41:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240214 13:41:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240214 13:41:30[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240214 13:41:30[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240214 13:41:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240214 13:41:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240214 13:42:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240214 13:42:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240214 13:58:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 13:58:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:00:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:00:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:03:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:03:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:03:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:04:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:04:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:07:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 14:07:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:10:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240214 14:10:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240214 14:10:19[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240214 14:10:19[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240214 14:10:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240214 14:10:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240214 14:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240214 14:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240214 14:11:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240214 14:11:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240214 14:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240214 14:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240214 14:11:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:11:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:12:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:12:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 14:14:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 621, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 626, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 621, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 626, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 14952 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1409 ms
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4ee4c9e7
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 4.113 seconds (process running for 4.785)
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 10 msec}
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
diff --git a/log.config.path_IS_UNDEFINED/err_log.log b/log.config.path_IS_UNDEFINED/err_log.log
deleted file mode 100644
index 4527325..0000000
--- a/log.config.path_IS_UNDEFINED/err_log.log
+++ /dev/null
@@ -1,9481 +0,0 @@
-[32m240215 09:14:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 13740 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 09:14:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 09:14:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 09:14:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1357 ms
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe371e3
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 09:14:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 09:14:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 09:14:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 4.776 seconds (process running for 5.602)
-[32m240215 09:15:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 09:15:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 09:15:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 13 msec}
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 9 msec}
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 6032 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1072 ms
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3f04e5e9
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.541 seconds (process running for 4.376)
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 24 msec}
-[32m240215 12:18:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 12:26:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:42:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 12:42:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 12:42:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 12:42:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 12:42:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 12:42:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 12:42:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 12:42:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 12:42:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 12:42:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 12:42:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 12:42:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 12:42:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 12:42:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 12:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 12:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 12:44:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:11:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 13:11:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 13:12:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 13:12:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 13:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 13:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 13:12:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 13:12:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 13:12:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 13:12:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 13:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 13:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 13:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 13:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 13:12:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 13:12:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 13:41:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 13:41:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 13:41:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 13:41:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 13:41:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 13:41:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 13:41:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 13:41:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 13:42:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 13:42:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 13:42:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 13:42:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 13:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 13:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 13:42:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 13:42:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 13:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 13:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 13:44:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:52:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 9 msec}
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 832 ms
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4519c6d4
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.098 seconds (process running for 3.681)
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 16 msec}
-[32m240215 14:07:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 228 ms
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1838acca
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.457 seconds (process running for 334.622)
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 194 ms
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7eb09849
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.33 seconds (process running for 337.576)
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 209 ms
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2ab1501a
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.392 seconds (process running for 357.972)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 383 ms
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2d784e43
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.664 seconds (process running for 361.616)
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 14:13:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [Thread-19] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 133 ms
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6a46af68
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.248 seconds (process running for 374.976)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 9 msec}
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 205 ms
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 61. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@78a2b37c
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 62. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 63. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.42 seconds (process running for 386.652)
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 64. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 65. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 66. Connection opened
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 67. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 68. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 69. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 70. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [Thread-27] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 61. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 62. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 63. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 64. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 65. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 66. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 67. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 68. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 69. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 70. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 218 ms
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-8 - Starting...
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 71. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2b099a72
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-8 - Start completed.
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 72. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 73. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.424 seconds (process running for 390.324)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 74. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 75. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 76. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 77. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 78. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 79. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 80. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [Thread-31] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [Thread-31] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-8 - Shutdown initiated...
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 71. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 72. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 73. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 74. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 75. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 76. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 77. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 78. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 79. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 80. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [Thread-31] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-8 - Shutdown completed.
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 251 ms
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-9 - Starting...
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 81. Connection opened
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45111739
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-9 - Start completed.
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 82. Connection opened
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.443 seconds (process running for 513.308)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 83. Connection opened
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 84. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 85. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 86. Connection opened
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 87. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 88. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 89. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 90. Connection opened
-[32m240215 14:15:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [Thread-35] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [Thread-35] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-9 - Shutdown initiated...
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 81. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 82. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 83. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 84. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 85. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 86. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 87. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 88. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 89. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 90. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [Thread-35] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-9 - Shutdown completed.
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 194 ms
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-10 - Starting...
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 91. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-10 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7c5005bd
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-10 - Start completed.
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.352 seconds (process running for 529.737)
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 92. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 93. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 94. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 95. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 96. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 97. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 98. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 99. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 100. Connection opened
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [Thread-39] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [Thread-39] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-10 - Shutdown initiated...
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 91. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 92. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 93. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 94. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 95. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 96. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 97. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 98. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 99. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 100. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [Thread-39] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-10 - Shutdown completed.
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 171 ms
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-11 - Starting...
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 101. Connection opened
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-11 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@53870693
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-11 - Start completed.
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.32 seconds (process running for 1109.317)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 102. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 103. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 104. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 105. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 106. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 107. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 108. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 109. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 110. Connection opened
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [Thread-43] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [Thread-43] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-11 - Shutdown initiated...
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 101. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 102. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 103. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 104. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 105. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 106. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 107. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 108. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 109. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 110. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [Thread-43] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-11 - Shutdown completed.
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 202 ms
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-12 - Starting...
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 111. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-12 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@e44dbbc
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-12 - Start completed.
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 112. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.381 seconds (process running for 1174.679)
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 113. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 114. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 115. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 116. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 117. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 118. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 119. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 120. Connection opened
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (2 additions, 0 deletions, 0 modifications)
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [Thread-47] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [Thread-47] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-12 - Shutdown initiated...
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 111. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 112. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 113. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 114. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 115. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 116. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 117. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 118. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 119. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 120. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [Thread-47] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-12 - Shutdown completed.
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 164 ms
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-13 - Starting...
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 121. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-13 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@942a271
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-13 - Start completed.
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.286 seconds (process running for 1177.633)
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 122. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 123. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 124. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 125. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 126. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 127. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 128. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 129. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 130. Connection opened
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [Thread-51] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [Thread-51] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-13 - Shutdown initiated...
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 121. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 122. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 123. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 124. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 125. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 126. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 127. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 128. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 129. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 130. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [Thread-51] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-13 - Shutdown completed.
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 138 ms
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-14 - Starting...
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 131. Connection opened
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-14 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4b8e8b52
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-14 - Start completed.
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:26:57[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-14 - Shutdown initiated...
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-14 connection closer] [35m[j.connection:568][0;39m - 131. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-14 - Shutdown completed.
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 14:26:57[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 14:27:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:27:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 129 ms
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-15 - Starting...
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 132. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-15 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@16bc7314
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-15 - Start completed.
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.253 seconds (process running for 1200.547)
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 133. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 134. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 135. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 136. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 137. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 138. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 139. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 140. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 141. Connection opened
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-15 - Shutdown initiated...
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 132. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 133. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 134. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 135. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 136. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 137. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 138. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 139. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 140. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 141. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-15 - Shutdown completed.
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1014 ms
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@20df4dd8
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.908 seconds (process running for 3.517)
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 11 msec}
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (0 additions, 3 deletions, 0 modifications)
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 373 ms
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a1e3f67
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.588 seconds (process running for 214.454)
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 253 ms
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@605161a9
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.442 seconds (process running for 217.665)
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 224 ms
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1f928a0b
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:32:28[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commuteServiceImpl': Lookup method resolution failed
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 14:32:28[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commuteServiceImpl': Lookup method resolution failed
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.checkLookupMethods(AutowiredAnnotationBeanPostProcessor.java:497)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:367)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1293)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1188)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.itn.admin.itn.commute.service.impl.CommuteServiceImpl] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@3b616ad3]
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:483)
- at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:320)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.checkLookupMethods(AutowiredAnnotationBeanPostProcessor.java:475)
- ... 24 common frames omitted
-Caused by: java.lang.NoClassDefFoundError: com/itn/admin/itn/commute/mapper/domain/CommuteVO
- at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
- at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
- at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:465)
- ... 26 common frames omitted
-Caused by: java.lang.ClassNotFoundException: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- at java.base/java.lang.Class.forName0(Native Method)
- at java.base/java.lang.Class.forName(Class.java:467)
- at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:121)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- ... 30 common frames omitted
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 231 ms
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2dc103c9
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.437 seconds (process running for 339.119)
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 301 ms
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@799e6505
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.523 seconds (process running for 342.303)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [Thread-22] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [Thread-22] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [Thread-22] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 235 ms
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5714ae4d
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:34:55[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 14:34:55[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 348 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 993 ms
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@37d91d20
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.802 seconds (process running for 3.335)
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 811 ms
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6206aae4
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.552 seconds (process running for 3.074)
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 11 msec}
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 185 ms
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@67d0a8ca
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.331 seconds (process running for 35.962)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 08:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 08:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 287 ms
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2372c611
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.445 seconds (process running for 51.694)
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 115, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 115, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 132, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 132, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:08:16[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 15:08:16[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 15:08:19[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 15:08:19[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 15:08:25[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 15:08:25[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 15:08:26[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 15:08:26[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 15:08:35[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 15:08:35[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 15:08:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 15:08:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 15:08:47[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 15:08:47[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 15:08:54[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 15:08:54[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 15:08:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 15:08:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 15:08:59[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 15:08:59[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 15:10:05[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 140, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 0 deletions, 2 modifications)
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 188 ms
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@537979c3
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.345 seconds (process running for 2015.621)
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 143, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 143, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 143, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 1 deletion, 1 modification)
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 260 ms
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5dab8960
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.568 seconds (process running for 2509.61)
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [Thread-19] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 231 ms
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 61. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4bceaea
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 62. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 63. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.575 seconds (process running for 2513.189)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 64. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 65. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 66. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 67. Connection opened
-[32m240215 15:20:02[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 68. Connection opened
-[32m240215 15:20:02[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 69. Connection opened
-[32m240215 15:20:02[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 70. Connection opened
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 61. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 62. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 63. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 64. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 65. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 66. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 67. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 68. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 69. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 70. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 126 ms
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 71. Connection opened
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3b655546
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:21:38[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 71. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 15:21:38[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 19800 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 776 ms
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.504 seconds (process running for 3.033)
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 14 msec}
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 19800 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 309 ms
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3fca7a3a
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.57 seconds (process running for 400.376)
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 794 ms
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@353af741
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.51 seconds (process running for 3.013)
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 15 msec}
-[32m240215 15:34:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 5 msec}
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 9 msec}
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 9 msec}
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:43:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-2] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:43:31[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:43:31[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:43:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:43:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:51[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:43:51[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:43:51[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-6] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-5] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-2] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-7] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-7] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:45:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:45:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:56[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-7] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:45:56[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:45:56[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:45:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 247 ms
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a94181f
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.45 seconds (process running for 871.585)
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 261 ms
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@678e1c9c
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.442 seconds (process running for 874.632)
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 15:48:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 27, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 31, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 149, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 29, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 33, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 151, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 29, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 33, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 151, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-13 06:00:00' AND '2024-2-13 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-3-13 06:00:00' AND '2024-3-13 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-13 06:00:00' AND '2024-2-13 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-12 06:00:00' AND '2024-2-12 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-11 06:00:00' AND '2024-2-11 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-10 06:00:00' AND '2024-2-10 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-9 06:00:00' AND '2024-2-9 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:59[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-9] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:71)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:69)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:29)
- at jdk.internal.reflect.GeneratedMethodAccessor166.invoke(Unknown Source)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 16:00:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:02:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-9 06:00:00' AND '2024-2-9 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:02:01[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:71)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:69)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:29)
- at jdk.internal.reflect.GeneratedMethodAccessor166.invoke(Unknown Source)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 16:02:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 213 ms
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1ba044eb
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.396 seconds (process running for 1675.52)
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 213 ms
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@12a5303a
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.382 seconds (process running for 1678.505)
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-9 06:00:00' AND '2024-2-9 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 16:02:11[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:72)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:69)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:29)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 16:02:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [Thread-19] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 414 ms
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe1e5ba
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.617 seconds (process running for 1878.828)
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 132 ms
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 61. Connection opened
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4d728737
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:05:46[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 61. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 16:05:46[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 131 ms
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-8 - Starting...
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 62. Connection opened
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45f8961c
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-8 - Start completed.
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.254 seconds (process running for 1941.147)
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 63. Connection opened
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 64. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 65. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 66. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 67. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 68. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 69. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 70. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 71. Connection opened
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [Thread-27] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-8 - Shutdown initiated...
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 62. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 63. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 64. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 65. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 66. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 67. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 68. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 69. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 70. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 71. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-8 - Shutdown completed.
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 147 ms
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-9 - Starting...
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 72. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@b3025d1
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-9 - Start completed.
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.264 seconds (process running for 1968.472)
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 73. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 74. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 75. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 76. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 77. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 78. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 79. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 80. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 81. Connection opened
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-9 - Shutdown initiated...
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 72. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 73. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 74. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 75. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 76. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 77. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 78. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 79. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 80. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 81. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-9 - Shutdown completed.
diff --git a/log.config.path_IS_UNDEFINED/logback-2024-02-13.0.log b/log.config.path_IS_UNDEFINED/logback-2024-02-13.0.log
deleted file mode 100644
index 308721c..0000000
--- a/log.config.path_IS_UNDEFINED/logback-2024-02-13.0.log
+++ /dev/null
@@ -1,3919 +0,0 @@
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18116 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:48:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:48:19[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:48:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:48:19[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 8492 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:49:25[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:49:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:49:25[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:49:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16816 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:49:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:49:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:49:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:49:40[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:49:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:49:40[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 12864 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:51:38[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:51:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:51:38[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:56:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23744 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:56:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:56:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:56:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:56:19[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:56:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:56:19[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 488 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 14:56:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 14:56:29[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 14:56:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 14:56:29[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21244 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 15:09:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 15:09:24[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
-[32m240213 15:09:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 15:09:24[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getTypeForFactoryBeanFromAttributes(FactoryBeanRegistrySupport.java:86)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:836)
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:620)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:575)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:534)
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:138)
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:788)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:606)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-[32m240213 15:22:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:22:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 854 ms
-[32m240213 15:22:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@353af741
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 15:22:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:22:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.641 seconds (process running for 3.211)
-[32m240213 15:22:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 15:22:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 15:22:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 15:22:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 15:23:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 29 msec}
-[32m240213 15:23:04[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-6] Exception processing template "customers/list": Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:04[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 17 msec}
-[32m240213 15:23:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "customers/list": Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 244 ms
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a8d7289
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.432 seconds (process running for 69.831)
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 15:23:57[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 15:23:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 233 ms
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45af600c
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.44 seconds (process running for 72.534)
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 15:24:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 15:24:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 17 msec}
-[32m240213 15:24:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-1] Exception processing template "customers/list": Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:24:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
-org.thymeleaf.exceptions.TemplateInputException: Error resolving template [customers/list], template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16784 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 159 ms
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@377ef041
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.363 seconds (process running for 100.813)
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240213 15:24:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240213 15:24:30[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 15:24:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 907 ms
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@193bea26
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 15:24:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 15:24:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.683 seconds (process running for 3.219)
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 15:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 24 msec}
-[32m240213 15:24:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 15:24:49[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-1] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "row.id" (template: "commute/list" - line 34, col 25)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "row.id" (template: "commute/list" - line 34, col 25)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'id' cannot be found on object of type 'com.itn.admin.itn.commute.mapper.domain.CommuteVO' - maybe not public or not valid?
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:228)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:111)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:416)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240213 15:24:49[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'id' cannot be found on object of type 'com.itn.admin.itn.commute.mapper.domain.CommuteVO' - maybe not public or not valid?
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:228)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:111)
- at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:416)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 15:26:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 17 msec}
-[32m240213 15:49:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 16 msec}
-[32m240213 15:53:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 15:53:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 15:54:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 15:54:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 15:54:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 15:54:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 15:54:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 15:54:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 15:54:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 15:54:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 15:54:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 15:54:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 15:54:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 15:54:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 15:54:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 202 ms
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@dd60d05
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.49 seconds (process running for 3196.442)
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:17:47[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 163 ms
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2c71d287
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.286 seconds (process running for 3209.255)
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240213 16:18:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 259 ms
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@229df070
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.511 seconds (process running for 3270.661)
-[32m240213 16:19:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240213 16:19:02[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 0 deletions, 2 modifications)
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26328 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 154 ms
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2da5fc3d
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240213 16:20:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.326 seconds (process running for 3381.773)
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240213 16:20:53[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240213 16:20:55[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21804 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:20:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 764 ms
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@50c9f543
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:20:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:20:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.397 seconds (process running for 2.974)
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240213 16:21:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 21 msec}
-[32m240213 16:21:03[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:27)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:26)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:21:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:25:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 13520 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:25:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 812 ms
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@79c83299
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:25:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:25:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.651 seconds (process running for 3.189)
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:25:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 24 msec}
-[32m240213 16:25:28[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:25:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:25:45[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 2524 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:25:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 905 ms
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5d395b41
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:25:50[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:25:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.738 seconds (process running for 3.325)
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:25:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 28 msec}
-[32m240213 16:25:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:25:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:26:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 19 msec}
-[32m240213 16:26:47[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 2524 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 173 ms
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7087a307
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.317 seconds (process running for 60.953)
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:26:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:26:49[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:26:50[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 25400 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:26:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 808 ms
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1c77569c
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:26:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:26:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.394 seconds (process running for 2.94)
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:27:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 25 msec}
-[32m240213 16:27:01[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:30)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:27:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:27:18[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 806 ms
-[32m240213 16:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@43a4cfad
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:27:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.512 seconds (process running for 3.021)
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:27:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 27 msec}
-[32m240213 16:27:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:27:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:27:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 18 msec}
-[32m240213 16:27:39[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 160 ms
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@31a45370
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.319 seconds (process running for 22.566)
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:27:43[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:27:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 19 msec}
-[32m240213 16:27:49[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:28:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 23 msec}
-[32m240213 16:28:55[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 7639 class path changes (0 additions, 7639 deletions, 0 modifications)
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:28:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:28:58[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.m.s.m.ClassPathMapperScanner:44][0;39m - No MyBatis mapper was found in '[com.itn.admin]' package. Please check your configuration.
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 189 ms
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection conn0: url=jdbc:h2:mem:6bab750f-edf1-475f-958e-2e8ab619f019 user=SA
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:6bab750f-edf1-475f-958e-2e8ab619f019'
-[32m240213 16:28:59[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration:101][0;39m - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.46 seconds (process running for 98.228)
-[32m240213 16:28:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 7629 class path changes (7629 additions, 0 deletions, 0 modifications)
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:05[0;39m [36m[WARN ][0;39m [Thread-11] [35m[o.s.b.f.s.DisposableBeanAdapter:221][0;39m - Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor': org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-224]
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:29:05[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:06[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.m.s.m.ClassPathMapperScanner:44][0;39m - No MyBatis mapper was found in '[com.itn.admin]' package. Please check your configuration.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 314 ms
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7bb3d140
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:06[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception with message: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240213 16:29:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240213 16:29:06[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception with message: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:639)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1164)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception with message: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:177)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647)
- ... 24 common frames omitted
-Caused by: java.io.IOException: Failed to parse mapping resource: 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'
- at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:700)
- at org.mybatis.spring.SqlSessionFactoryBean.afterPropertiesSet(SqlSessionFactoryBean.java:577)
- at org.mybatis.spring.SqlSessionFactoryBean.getObject(SqlSessionFactoryBean.java:720)
- at org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration.sqlSessionFactory(MybatisAutoConfiguration.java:189)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140)
- ... 25 common frames omitted
-Caused by: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'file [D:\Development\InteliJ_repository\itn_admin\target\classes\mapper\itn\commute\CommuteMapper.xml]'. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.itn.admin.itn.commute.mapper.domain.CommuteVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:127)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.parse(XMLMapperBuilder.java:100)
- at org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:698)
- ... 33 common frames omitted
-Caused by: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.itn.admin.itn.commute.mapper.domain.CommuteVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:103)
- at org.apache.ibatis.builder.xml.XMLStatementBuilder.parseStatementNode(XMLStatementBuilder.java:78)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:143)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.buildStatementFromContext(XMLMapperBuilder.java:135)
- at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:125)
- ... 35 common frames omitted
-Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.itn.admin.itn.commute.mapper.domain.CommuteVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:128)
- at org.apache.ibatis.builder.BaseBuilder.resolveAlias(BaseBuilder.java:132)
- at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:101)
- ... 39 common frames omitted
-Caused by: java.lang.ClassNotFoundException: Cannot find class: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:226)
- at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:103)
- at org.apache.ibatis.io.Resources.classForName(Resources.java:322)
- at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:124)
- ... 41 common frames omitted
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 318 ms
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@42656815
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.54 seconds (process running for 108.608)
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- {executed in 18 msec}
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240213 16:29:09[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240213 16:29:09[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed: java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils] with root cause
-java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- at java.base/java.lang.Class.forName0(Native Method)
- at java.base/java.lang.Class.forName(Class.java:467)
- at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:121)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:30)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 28436 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 142 ms
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4b50c9c9
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.253 seconds (process running for 112.783)
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240213 16:29:13[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240213 16:29:14[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240213 16:29:47[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240213 16:29:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18796 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:29:49[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 767 ms
-[32m240213 16:29:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3551f7b3
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:29:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:29:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:29:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.437 seconds (process running for 3.015)
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:29:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 15 msec}
-[32m240213 16:29:54[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:29:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:32:55[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18796 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 216 ms
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2c886c74
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.407 seconds (process running for 187.39)
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:32:56[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18796 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 153 ms
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3f053ae1
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.277 seconds (process running for 205.808)
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:33:14[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:33:15[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:33:15[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:33:15[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:33:27[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 3356 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:33:31[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 793 ms
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6206aae4
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:33:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:33:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.405 seconds (process running for 2.919)
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:33:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 11 msec}
-[32m240213 16:33:34[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:33:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:34:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:34:09[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-9] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 3356 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 160 ms
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1215486d
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.291 seconds (process running for 43.258)
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:34:13[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:34:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 7 msec}
-[32m240213 16:34:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:35:10[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21024 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:35:12[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 793 ms
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6793411b
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:35:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.459 seconds (process running for 3.026)
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:35:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 14 msec}
-[32m240213 16:35:16[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:35:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:36:15[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 27284 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:36:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 778 ms
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2976706
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:36:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:36:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.345 seconds (process running for 2.859)
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:36:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:36:24[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:36:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:36:49[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 27704 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:36:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 770 ms
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@40a6146
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:36:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:36:54[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.378 seconds (process running for 2.927)
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:36:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 16 msec}
-[32m240213 16:36:58[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:36:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:37:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26828 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:37:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 772 ms
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@20df4dd8
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:37:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:37:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.405 seconds (process running for 2.918)
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240213 16:37:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:37:20[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:31)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:37:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:37:53[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21368 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 781 ms
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:37:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.353 seconds (process running for 2.868)
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:38:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:38:00[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:32)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:38:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:38:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:38:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-3] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:32)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:38:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16788 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:38:32[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 797 ms
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6e542db1
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:38:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:38:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.358 seconds (process running for 2.898)
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:38:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 15 msec}
-[32m240213 16:38:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:38:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:39:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:39:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16788 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:39:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 224 ms
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4a61d1a6
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.385 seconds (process running for 37.882)
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:39:09[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16788 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 168 ms
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@56b95cff
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.315 seconds (process running for 57.122)
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:39:28[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:40:03[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 12968 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:40:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 930 ms
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@62abd4d9
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:40:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:40:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.773 seconds (process running for 3.303)
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 11 msec}
-[32m240213 16:40:09[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.CommuteVO.getUsrid()" because "t" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.CommuteVO.getUsrid()" because "t" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:29)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:28)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:26)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240213 16:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:40:23[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:40:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 6364 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:40:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 785 ms
-[32m240213 16:40:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1c6e5f90
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:40:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:40:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:40:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.448 seconds (process running for 2.957)
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240213 16:40:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 13 msec}
-[32m240213 16:40:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:41:05[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:41:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:41:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:41:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:41:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 5 msec}
-[32m240213 16:41:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND usrid IS NOT NULL
- {executed in 6 msec}
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:43:02[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 17132 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:43:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 783 ms
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4519c6d4
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:43:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:43:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.725 seconds (process running for 3.273)
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:43:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:43:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 5384 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:43:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 783 ms
-[32m240213 16:43:16[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@67a80b86
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:43:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:43:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:43:18[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.422 seconds (process running for 2.923)
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:43:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- *
- FROM t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
- AND LENGTH(USRID)>0
- {executed in 18 msec}
-[32m240213 16:43:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (0 additions, 2 deletions, 1 modification)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 5384 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 281 ms
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@59d3e2c3
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.509 seconds (process running for 858.803)
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 16:57:33[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 16:57:34[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (2 additions, 0 deletions, 0 modifications)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 5384 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 192 ms
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@408614b1
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.333 seconds (process running for 861.386)
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 16:57:36[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 16:58:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 25364 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240213 16:58:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 809 ms
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@605f2d32
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240213 16:58:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240213 16:58:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.407 seconds (process running for 2.945)
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240213 16:58:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 14 msec}
-[32m240213 16:58:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240213 17:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240213 17:27:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240213 17:27:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240213 17:27:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240213 17:27:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240213 17:27:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240213 17:27:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240213 17:27:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240213 17:27:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240213 17:27:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240213 17:27:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240213 17:27:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240213 17:27:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240213 17:27:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240213 17:27:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240213 17:27:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240213 17:28:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240213 17:28:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240213 17:28:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240213 17:28:02[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240213 17:56:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240213 17:56:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240213 17:57:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240213 17:57:01[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240213 17:57:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240213 17:57:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240213 17:57:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240213 17:57:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240213 17:57:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240213 17:57:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240213 17:57:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240213 17:57:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240213 17:57:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240213 17:57:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240213 17:57:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240213 17:57:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240213 17:57:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240213 17:57:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240213 17:57:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240213 17:57:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240213 18:26:34[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
diff --git a/log.config.path_IS_UNDEFINED/logback-2024-02-14.0.log b/log.config.path_IS_UNDEFINED/logback-2024-02-14.0.log
deleted file mode 100644
index 8b38812..0000000
--- a/log.config.path_IS_UNDEFINED/logback-2024-02-14.0.log
+++ /dev/null
@@ -1,1592 +0,0 @@
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 22376 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 09:14:33[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 912 ms
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@211b7bcc
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 09:14:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 09:14:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.222 seconds (process running for 3.902)
-[32m240214 09:14:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 09:14:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 09:14:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 09:14:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 09:14:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 21 msec}
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 09:23:00[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 21764 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 09:23:02[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 742 ms
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6c066903
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 09:23:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 09:23:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.499 seconds (process running for 3.061)
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 09:23:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 13 msec}
-[32m240214 09:23:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 09:34:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 20272 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 10:22:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 893 ms
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@19e211b5
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 10:22:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:22:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.168 seconds (process running for 3.877)
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240214 10:22:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 13 msec}
-[32m240214 10:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 10:23:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 10:23:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 20272 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 183 ms
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@41ad4d39
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240214 10:26:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.34 seconds (process running for 257.071)
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240214 10:26:23[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 10:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 10:27:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240214 10:27:31[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 14280 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:27:34[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 809 ms
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 10:27:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:27:36[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.536 seconds (process running for 3.077)
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 10:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 10 msec}
-[32m240214 10:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 10:27:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 10:35:13[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 25532 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 10:59:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1003 ms
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3e63b298
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 10:59:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 10:59:45[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.946 seconds (process running for 3.565)
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240214 11:27:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 11 msec}
-[32m240214 11:27:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 11:29:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 11:29:06[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240214 11:29:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 11:29:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240214 11:29:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 11:29:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240214 11:29:14[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 11:29:14[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240214 11:29:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 11:29:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240214 11:29:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 11:29:20[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240214 11:29:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 11:29:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240214 11:29:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 11:29:34[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240214 11:29:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 11:29:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240214 11:29:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 11:29:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240214 11:32:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:32:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:40:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240214 11:42:52[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 18620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 11:42:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 817 ms
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3a6f7881
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 11:42:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 11:42:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.599 seconds (process running for 3.192)
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 11:43:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 11 msec}
-[32m240214 11:43:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240214 11:44:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:46:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:58:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 11:59:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:59:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 11:59:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:00:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:00:18[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:00:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:12:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 12:12:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240214 12:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 12:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240214 12:12:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 12:12:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240214 12:12:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 12:12:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240214 12:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 12:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240214 12:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 12:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 12:12:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240214 12:12:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 12:12:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240214 12:12:41[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 12:12:41[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240214 12:24:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:24:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:24:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:24:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:24:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:31:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:31:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 8, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:31:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:31:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 8, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 8, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:33:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:33:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:33:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:34:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:34:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:34:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:35:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:35:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:35:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:36:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:36:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:36:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:36:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:36:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:37:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:38:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:38:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 12:38:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:38:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:38:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240214 12:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240214 12:41:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240214 12:41:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240214 12:41:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240214 12:41:55[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240214 12:41:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240214 12:41:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240214 12:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240214 12:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240214 12:42:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240214 12:42:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240214 12:42:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240214 12:42:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240214 12:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240214 12:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240214 12:42:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240214 12:42:33[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240214 12:42:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240214 12:42:35[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240214 12:45:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:45:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:45:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:45:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:45:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:45:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 12:49:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:49:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:49:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 12:49:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 12:54:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 12:54:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 13:11:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240214 13:11:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240214 13:11:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240214 13:11:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240214 13:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240214 13:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240214 13:11:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240214 13:11:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240214 13:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240214 13:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240214 13:11:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240214 13:11:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240214 13:12:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240214 13:12:00[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240214 13:12:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240214 13:12:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240214 13:12:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240214 13:12:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240214 13:12:27[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240214 13:12:27[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240214 13:40:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240214 13:40:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240214 13:40:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240214 13:40:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240214 13:40:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240214 13:40:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240214 13:41:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240214 13:41:03[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240214 13:41:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240214 13:41:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240214 13:41:30[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240214 13:41:30[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240214 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240214 13:41:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240214 13:41:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240214 13:42:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240214 13:42:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240214 13:58:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 13:58:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:00:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:00:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:03:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:03:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:03:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:03:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:04:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:04:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:04:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:07:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 14:07:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:07:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:10:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240214 14:10:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240214 14:10:19[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240214 14:10:19[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240214 14:10:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240214 14:10:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240214 14:10:29[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240214 14:11:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240214 14:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240214 14:11:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240214 14:11:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240214 14:11:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240214 14:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240214 14:11:40[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240214 14:11:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:11:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:12:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 14:12:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:12:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 14:14:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 621, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 626, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 621, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 626, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:14:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240214 14:19:42[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 14952 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240214 18:21:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1409 ms
-[32m240214 18:21:25[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4ee4c9e7
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240214 18:21:26[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240214 18:21:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 4.113 seconds (process running for 4.785)
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240214 18:21:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 10 msec}
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template commute/list, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][commute/list] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240214 18:29:48[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
diff --git a/log.config.path_IS_UNDEFINED/logback-2024-02-15.0.log b/log.config.path_IS_UNDEFINED/logback-2024-02-15.0.log
deleted file mode 100644
index 4527325..0000000
--- a/log.config.path_IS_UNDEFINED/logback-2024-02-15.0.log
+++ /dev/null
@@ -1,9481 +0,0 @@
-[32m240215 09:14:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 13740 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 09:14:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 09:14:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 09:14:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1357 ms
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe371e3
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 09:14:22[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 09:14:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 09:14:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 09:14:23[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 09:14:24[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 4.776 seconds (process running for 5.602)
-[32m240215 09:15:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 09:15:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 09:15:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:15:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 623, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:22:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 13 msec}
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:23:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:26:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:34:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:37:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 9 msec}
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:40:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:41:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 09:43:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 6032 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 12:13:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1072 ms
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3f04e5e9
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 12:13:08[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 12:13:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.541 seconds (process running for 4.376)
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 12:18:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 24 msec}
-[32m240215 12:18:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:18:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:24:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:25:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 12:26:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:26:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:38:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:40:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:42:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 12:42:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 12:42:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 12:42:38[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 12:42:42[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 12:42:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 12:42:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 12:42:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 12:42:46[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 12:42:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 12:42:49[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 12:42:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 12:42:54[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 12:42:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 12:42:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 12:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 12:42:58[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 12:44:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:44:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:48:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:49:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 5 msec}
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:51:34[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 12:52:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:11:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 13:11:53[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 13:11:59[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 13:12:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 13:12:09[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 13:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 13:12:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 13:12:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 13:12:25[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 13:12:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 13:12:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 13:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 13:12:31[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 13:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 13:12:32[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 13:12:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 13:12:51[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 13:41:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 13:41:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 13:41:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 13:41:17[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 13:41:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 13:41:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 13:41:45[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 13:41:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 13:41:48[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 13:42:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 13:42:04[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 13:42:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 13:42:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 13:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 13:42:13[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 13:42:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 13:42:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 13:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 13:42:24[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 13:44:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:44:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template layout, line 7, col 18. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template layout, line 11, col 20. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template layout, line 21, col 21. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:50:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:51:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:33[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:52:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:52:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:52:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:53:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 9 msec}
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 18, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 22, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:54:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 102, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:56:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 7 msec}
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 8 msec}
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 13:57:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:00:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:01:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:02:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid;
- {executed in 6 msec}
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:05:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 14:07:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:07:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 832 ms
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4519c6d4
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:07:15[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:07:16[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:07:17[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 3.098 seconds (process running for 3.681)
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:07:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 16 msec}
-[32m240215 14:07:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:07:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:12:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 228 ms
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1838acca
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.457 seconds (process running for 334.622)
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 14:12:48[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:12:50[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 194 ms
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7eb09849
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.33 seconds (process running for 337.576)
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 14:12:51[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:12:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:12:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 209 ms
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2ab1501a
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.392 seconds (process running for 357.972)
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 14:13:11[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 383 ms
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2d784e43
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.664 seconds (process running for 361.616)
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 14:13:15[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 14:13:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [Thread-19] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 133 ms
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6a46af68
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.248 seconds (process running for 374.976)
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240215 14:13:28[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:13:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 9 msec}
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:37[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 205 ms
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 61. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@78a2b37c
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 62. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 63. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.42 seconds (process running for 386.652)
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 64. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 65. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 66. Connection opened
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 67. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 68. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 69. Connection opened
-[32m240215 14:13:40[0;39m [36m[INFO ][0;39m [HikariPool-7 connection adder] [35m[j.connection:541][0;39m - 70. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [Thread-27] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 61. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 62. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 63. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 64. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 65. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 66. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 67. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 68. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 69. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 70. Connection closed
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 218 ms
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-8 - Starting...
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 71. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2b099a72
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-8 - Start completed.
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 72. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 73. Connection opened
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.424 seconds (process running for 390.324)
-[32m240215 14:13:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 74. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 75. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 76. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 77. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 78. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 79. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 80. Connection opened
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:13:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:13:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [Thread-31] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [Thread-31] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-8 - Shutdown initiated...
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 71. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 72. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 73. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 74. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 75. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 76. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 77. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 78. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 79. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 80. Connection closed
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [Thread-31] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-8 - Shutdown completed.
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 251 ms
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-9 - Starting...
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 81. Connection opened
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45111739
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-9 - Start completed.
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 82. Connection opened
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.443 seconds (process running for 513.308)
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 83. Connection opened
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:15:46[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 84. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 85. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 86. Connection opened
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 87. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 88. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 89. Connection opened
-[32m240215 14:15:47[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 90. Connection opened
-[32m240215 14:15:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:15:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [Thread-35] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [Thread-35] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-9 - Shutdown initiated...
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 81. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 82. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 83. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 84. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 85. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 86. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 87. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 88. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 89. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 90. Connection closed
-[32m240215 14:16:02[0;39m [36m[INFO ][0;39m [Thread-35] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-9 - Shutdown completed.
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 194 ms
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-10 - Starting...
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 91. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-10 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7c5005bd
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-10 - Start completed.
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.352 seconds (process running for 529.737)
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 92. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 93. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 94. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 95. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 96. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 97. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 98. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 99. Connection opened
-[32m240215 14:16:03[0;39m [36m[INFO ][0;39m [HikariPool-10 connection adder] [35m[j.connection:541][0;39m - 100. Connection opened
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:16:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:16:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:17:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:18:54[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:20:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:21:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:22:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:23:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [Thread-39] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [Thread-39] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-10 - Shutdown initiated...
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 91. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 92. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 93. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 94. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 95. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 96. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 97. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 98. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 99. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-10 connection closer] [35m[j.connection:568][0;39m - 100. Connection closed
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [Thread-39] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-10 - Shutdown completed.
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 171 ms
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-11 - Starting...
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 101. Connection opened
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-11 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@53870693
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-11 - Start completed.
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.32 seconds (process running for 1109.317)
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:25:42[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 102. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 103. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 104. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 105. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 106. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 107. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 108. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 109. Connection opened
-[32m240215 14:25:43[0;39m [36m[INFO ][0;39m [HikariPool-11 connection adder] [35m[j.connection:541][0;39m - 110. Connection opened
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:25:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:25:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [Thread-43] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [Thread-43] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-11 - Shutdown initiated...
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 101. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 102. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 103. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 104. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 105. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 106. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 107. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 108. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 109. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [HikariPool-11 connection closer] [35m[j.connection:568][0;39m - 110. Connection closed
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [Thread-43] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-11 - Shutdown completed.
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:26:47[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 202 ms
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-12 - Starting...
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 111. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-12 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@e44dbbc
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-12 - Start completed.
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 112. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.381 seconds (process running for 1174.679)
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 113. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 114. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 115. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 116. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 117. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 118. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 119. Connection opened
-[32m240215 14:26:48[0;39m [36m[INFO ][0;39m [HikariPool-12 connection adder] [35m[j.connection:541][0;39m - 120. Connection opened
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (2 additions, 0 deletions, 0 modifications)
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [Thread-47] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [Thread-47] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-12 - Shutdown initiated...
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 111. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 112. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 113. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 114. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 115. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 116. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 117. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 118. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 119. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [HikariPool-12 connection closer] [35m[j.connection:568][0;39m - 120. Connection closed
-[32m240215 14:26:50[0;39m [36m[INFO ][0;39m [Thread-47] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-12 - Shutdown completed.
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 164 ms
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-13 - Starting...
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 121. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-13 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@942a271
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-13 - Start completed.
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.286 seconds (process running for 1177.633)
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 122. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 123. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 124. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 125. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 126. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 127. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 128. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 129. Connection opened
-[32m240215 14:26:51[0;39m [36m[INFO ][0;39m [HikariPool-13 connection adder] [35m[j.connection:541][0;39m - 130. Connection opened
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [Thread-51] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [Thread-51] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-13 - Shutdown initiated...
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 121. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 122. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 123. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 124. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 125. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 126. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 127. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 128. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 129. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-13 connection closer] [35m[j.connection:568][0;39m - 130. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [Thread-51] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-13 - Shutdown completed.
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 138 ms
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-14 - Starting...
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 131. Connection opened
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-14 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4b8e8b52
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-14 - Start completed.
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:26:57[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-14 - Shutdown initiated...
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [HikariPool-14 connection closer] [35m[j.connection:568][0;39m - 131. Connection closed
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-14 - Shutdown completed.
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 14:26:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 14:26:57[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 14:27:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 23620 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:27:13[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 129 ms
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-15 - Starting...
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 132. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-15 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@16bc7314
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-15 - Start completed.
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.253 seconds (process running for 1200.547)
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 133. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 134. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 135. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 136. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 137. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 138. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 139. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 140. Connection opened
-[32m240215 14:27:14[0;39m [36m[INFO ][0;39m [HikariPool-15 connection adder] [35m[j.connection:541][0;39m - 141. Connection opened
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-15 - Shutdown initiated...
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 132. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 133. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 134. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 135. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 136. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 137. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 138. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 139. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 140. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [HikariPool-15 connection closer] [35m[j.connection:568][0;39m - 141. Connection closed
-[32m240215 14:27:17[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-15 - Shutdown completed.
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:27:19[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 1014 ms
-[32m240215 14:27:20[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@20df4dd8
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:27:21[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:27:22[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.908 seconds (process running for 3.517)
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:27:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-06 06:00:00' AND '2024-02-06 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 11 msec}
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:27:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (0 additions, 3 deletions, 0 modifications)
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 373 ms
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a1e3f67
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 14:30:52[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.588 seconds (process running for 214.454)
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 14:30:53[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:30:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 253 ms
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@605161a9
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.442 seconds (process running for 217.665)
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 14:30:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:32:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 224 ms
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1f928a0b
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:32:28[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commuteServiceImpl': Lookup method resolution failed
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 14:32:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 14:32:28[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.SpringApplication:851][0;39m - Application run failed
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commuteServiceImpl': Lookup method resolution failed
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.checkLookupMethods(AutowiredAnnotationBeanPostProcessor.java:497)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:367)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1293)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1188)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:561)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:521)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
- at com.itn.admin.ItnAdminApplication.main(ItnAdminApplication.java:13)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.itn.admin.itn.commute.service.impl.CommuteServiceImpl] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@3b616ad3]
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:483)
- at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:320)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.checkLookupMethods(AutowiredAnnotationBeanPostProcessor.java:475)
- ... 24 common frames omitted
-Caused by: java.lang.NoClassDefFoundError: com/itn/admin/itn/commute/mapper/domain/CommuteVO
- at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
- at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
- at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:465)
- ... 26 common frames omitted
-Caused by: java.lang.ClassNotFoundException: com.itn.admin.itn.commute.mapper.domain.CommuteVO
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- at java.base/java.lang.Class.forName0(Native Method)
- at java.base/java.lang.Class.forName(Class.java:467)
- at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:121)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- ... 30 common frames omitted
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 231 ms
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2dc103c9
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.437 seconds (process running for 339.119)
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 14:32:57[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 301 ms
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@799e6505
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.523 seconds (process running for 342.303)
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 14:33:00[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 14:33:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [Thread-22] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [Thread-22] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 14:34:54[0;39m [36m[INFO ][0;39m [Thread-22] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 16988 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 235 ms
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5714ae4d
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:34:55[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 14:34:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 14:34:55[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 348 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:37:55[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 993 ms
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@37d91d20
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:37:56[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:37:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.802 seconds (process running for 3.335)
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:38:07[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 14:38:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 811 ms
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6206aae4
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 14:38:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:38:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.552 seconds (process running for 3.074)
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:38:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 11 msec}
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 185 ms
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@67d0a8ca
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.331 seconds (process running for 35.962)
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 14:38:44[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:38:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 08:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 08:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 14:38:59[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 287 ms
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2372c611
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.445 seconds (process running for 51.694)
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 14:39:00[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 14:39:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:39:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:40:18[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:42[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:46[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:41:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:20[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 105, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:45:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:52:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 110, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:53:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 115, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 115, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:54:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 132, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 132, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 14:55:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:08:16[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 15:08:16[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 15:08:19[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 15:08:19[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 15:08:25[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 15:08:25[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 15:08:26[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 15:08:26[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 15:08:35[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 15:08:35[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 15:08:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 15:08:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 15:08:47[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 15:08:47[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 15:08:54[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 15:08:54[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 15:08:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 15:08:56[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 15:08:59[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 15:08:59[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 15:10:05[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:10:05[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 140, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 0 deletions, 2 modifications)
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:11:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 188 ms
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@537979c3
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.345 seconds (process running for 2015.621)
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 15:11:44[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 0 ms
-[32m240215 15:11:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:11:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 143, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:15[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 143, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:13:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 143, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:17:50[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:18:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 2 class path changes (0 additions, 1 deletion, 1 modification)
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:19:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 260 ms
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5dab8960
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.568 seconds (process running for 2509.61)
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:19:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [Thread-19] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 231 ms
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 61. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4bceaea
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 62. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 63. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.575 seconds (process running for 2513.189)
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 64. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 65. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 66. Connection opened
-[32m240215 15:20:01[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 67. Connection opened
-[32m240215 15:20:02[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 68. Connection opened
-[32m240215 15:20:02[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 69. Connection opened
-[32m240215 15:20:02[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 70. Connection opened
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 61. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 62. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 63. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 64. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 65. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 66. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 67. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 68. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 69. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 70. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 26004 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 126 ms
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 71. Connection opened
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3b655546
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:21:38[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 71. Connection closed
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 15:21:38[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 15:21:38[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 19800 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 776 ms
-[32m240215 15:25:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 15:25:28[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:25:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.504 seconds (process running for 3.033)
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 15:25:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 14 msec}
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:25:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:40[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:27:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 144, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:19[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:28[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:28[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:32[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:28:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:03[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:35[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:49[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:29:52[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 147, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 19800 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:32:05[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 309 ms
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3fca7a3a
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.57 seconds (process running for 400.376)
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 15:32:06[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 15:32:12[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
-[32m240215 15:34:09[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252][0;39m - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 794 ms
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-1 - Starting...
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 1. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@353af741
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-1 - Start completed.
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 2. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 3. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 4. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 5. Connection opened
-[32m240215 15:34:10[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 6. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 7. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 8. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 9. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [HikariPool-1 connection adder] [35m[j.connection:541][0;39m - 10. Connection opened
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:34:11[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 2.51 seconds (process running for 3.013)
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 15:34:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 15 msec}
-[32m240215 15:34:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[n.n.u.t.e.ExpressionProcessor:318][0;39m - Fragment expression "layout" is being wrapped as a Thymeleaf 3 fragment expression (~{...}) for backwards compatibility purposes. This wrapping will be dropped in the next major version of the expression processor, so please rewrite as a Thymeleaf 3 fragment expression to future-proof your code. See https://github.com/thymeleaf/thymeleaf/issues/451 for more information.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:34:39[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 5 msec}
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:35:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:06[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:37:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 142, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:39:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 9 msec}
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:09[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:13[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 9 msec}
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:14[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:23[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:30[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:55[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template dashboard/index, line 17, col 10. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template dashboard/index, line 21, col 12. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:40:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template dashboard/index, line 631, col 13. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:00[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:41:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:43:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:31[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-2] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:43:31[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:43:31[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:43:51[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:43:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:51[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:43:51[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:43:51[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:43:51[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-6] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-6] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:25[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-5] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:25[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-2] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-2] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-10] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-10] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-7] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:26[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-7] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:26[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:44:27[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-8] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-8] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-8][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-8] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:44:27[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-8] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:45:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:45:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:56[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.t.TemplateEngine:1141][0;39m - [THYMELEAF][http-nio-8080-exec-7] Exception processing template "commute/list": An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
-org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- ... 48 common frames omitted
-Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "#strings.padStart(month.toString(), 2, '0') == commuteVO.searchMonth" (template: "commute/list" - line 80, col 61)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- ... 50 common frames omitted
-Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- ... 86 common frames omitted
-[32m240215 15:45:56[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] with root cause
-org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method padStart(java.lang.String,java.lang.Integer,java.lang.String) cannot be found on type org.thymeleaf.expression.Strings
- at org.springframework.expression.spel.ast.MethodReference.findAccessorForMethod(MethodReference.java:237)
- at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:147)
- at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:400)
- at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:98)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:42)
- at org.springframework.expression.spel.ast.OpEQ.getValueInternal(OpEQ.java:32)
- at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114)
- at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338)
- at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265)
- at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166)
- at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109)
- at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138)
- at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144)
- at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)
- at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95)
- at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.processIterationModel(IteratedGatheringModelProcessable.java:368)
- at org.thymeleaf.engine.IteratedGatheringModelProcessable.process(IteratedGatheringModelProcessable.java:222)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587)
- at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205)
- at org.thymeleaf.engine.Model.process(Model.java:282)
- at org.thymeleaf.engine.Model.process(Model.java:290)
- at org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)
- at org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)
- at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleCloseElementEnd(TemplateHandlerAdapterMarkupHandler.java:388)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:322)
- at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleCloseElementEnd(OutputExpressionInlinePreProcessorHandler.java:220)
- at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleCloseElementEnd(InlinedOutputExpressionMarkupHandler.java:164)
- at org.attoparser.HtmlElement.handleCloseElementEnd(HtmlElement.java:169)
- at org.attoparser.HtmlMarkupHandler.handleCloseElementEnd(HtmlMarkupHandler.java:412)
- at org.attoparser.MarkupEventProcessorHandler.handleCloseElementEnd(MarkupEventProcessorHandler.java:473)
- at org.attoparser.ParsingElementMarkupUtil.parseCloseElement(ParsingElementMarkupUtil.java:201)
- at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:725)
- at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301)
- at org.attoparser.MarkupParser.parse(MarkupParser.java:257)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230)
- at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077)
- at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
- at org.thymeleaf.spring6.view.ThymeleafView.render(ThymeleafView.java:192)
- at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1431)
- at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1167)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1106)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 15:45:56[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-7] [35m[o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202][0;39m - Cannot render error page for request [/commute/list] and exception [An error happened during template parsing (template: "class path resource [templates/commute/list.html]")] as the response has already been committed. As a result, the response may have the wrong status code.
-[32m240215 15:45:57[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:57[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:45:58[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-3] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:02[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-3] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-3][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:46:07[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-02-15 06:00:00' AND '2024-02-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:36[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [Thread-5] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-1 - Shutdown initiated...
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 1. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 2. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 3. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 4. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 5. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 6. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 7. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 8. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 9. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [HikariPool-1 connection closer] [35m[j.connection:568][0;39m - 10. Connection closed
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [Thread-5] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-1 - Shutdown completed.
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:48:39[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 247 ms
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-2 - Starting...
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 11. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a94181f
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-2 - Start completed.
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 12. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.45 seconds (process running for 871.585)
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 13. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 14. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 15. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 16. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 17. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 18. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 19. Connection opened
-[32m240215 15:48:40[0;39m [36m[INFO ][0;39m [HikariPool-2 connection adder] [35m[j.connection:541][0;39m - 20. Connection opened
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [Thread-7] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-2 - Shutdown initiated...
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 11. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 12. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 13. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 14. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 15. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 16. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 17. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 18. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 19. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [HikariPool-2 connection closer] [35m[j.connection:568][0;39m - 20. Connection closed
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [Thread-7] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-2 - Shutdown completed.
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 15:48:42[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 261 ms
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-3 - Starting...
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 21. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@678e1c9c
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-3 - Start completed.
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 22. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.442 seconds (process running for 874.632)
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 23. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 24. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 25. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 1 ms
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 26. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 27. Connection opened
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 28. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 29. Connection opened
-[32m240215 15:48:43[0;39m [36m[INFO ][0;39m [HikariPool-3 connection adder] [35m[j.connection:541][0;39m - 30. Connection opened
-[32m240215 15:48:48[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 21, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 25, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:48:48[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 141, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 27, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 31, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:04[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 149, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 29, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 33, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:17[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 151, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 29, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 33, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:43[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 151, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:45[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:47[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:57:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-2] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:22[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-2] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-2][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:58:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:08[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:10[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-7] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:12[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-7] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-7][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-6] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-6] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-6][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 15:59:21[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:16[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-15 06:00:00' AND '2024-2-15 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:24[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-13 06:00:00' AND '2024-2-13 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:29[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-3-13 06:00:00' AND '2024-3-13 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 7 msec}
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:38[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-13 06:00:00' AND '2024-2-13 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:41[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-4] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-12 06:00:00' AND '2024-2-12 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:44[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-4] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-4][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-10] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-11 06:00:00' AND '2024-2-11 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:53[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-10] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-10][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-10 06:00:00' AND '2024-2-10 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/top_nav :: topFragment" found in template commute/list, line 24, col 14. Please use the complete syntax of fragment expressions instead ("~{fragments/top_nav :: topFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/mainsidebar :: sidebarFragment" found in template commute/list, line 28, col 16. Please use the complete syntax of fragment expressions instead ("~{fragments/mainsidebar :: sidebarFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:56[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/footer :: footerFragment" found in template commute/list, line 146, col 17. Please use the complete syntax of fragment expressions instead ("~{fragments/footer :: footerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:00:59[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-9] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-9 06:00:00' AND '2024-2-9 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:00:59[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-9] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:71)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:69)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:29)
- at jdk.internal.reflect.GeneratedMethodAccessor166.invoke(Unknown Source)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 16:00:59[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-9] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-9][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:02:01[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-5] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-9 06:00:00' AND '2024-2-9 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 6 msec}
-[32m240215 16:02:01[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-5] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:71)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:69)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:29)
- at jdk.internal.reflect.GeneratedMethodAccessor166.invoke(Unknown Source)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 16:02:01[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-5] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-5][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [Thread-11] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-3 - Shutdown initiated...
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 21. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 22. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 23. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 24. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 25. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 26. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 27. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 28. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 29. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [HikariPool-3 connection closer] [35m[j.connection:568][0;39m - 30. Connection closed
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [Thread-11] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-3 - Shutdown completed.
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:02:03[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 213 ms
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-4 - Starting...
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 31. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1ba044eb
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-4 - Start completed.
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 32. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.396 seconds (process running for 1675.52)
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 33. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 34. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 35. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 36. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 37. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 38. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 39. Connection opened
-[32m240215 16:02:04[0;39m [36m[INFO ][0;39m [HikariPool-4 connection adder] [35m[j.connection:541][0;39m - 40. Connection opened
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [Thread-15] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-4 - Shutdown initiated...
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 31. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 32. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 33. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 34. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 35. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 36. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 37. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 38. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 39. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [HikariPool-4 connection closer] [35m[j.connection:568][0;39m - 40. Connection closed
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [Thread-15] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-4 - Shutdown completed.
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:02:06[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 213 ms
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-5 - Starting...
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 41. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@12a5303a
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-5 - Start completed.
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 42. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.382 seconds (process running for 1678.505)
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 43. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 44. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 45. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 46. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 47. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 48. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 49. Connection opened
-[32m240215 16:02:07[0;39m [36m[INFO ][0;39m [HikariPool-5 connection adder] [35m[j.connection:541][0;39m - 50. Connection opened
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring DispatcherServlet 'dispatcherServlet'
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:532][0;39m - Initializing Servlet 'dispatcherServlet'
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[o.s.w.s.DispatcherServlet:554][0;39m - Completed initialization in 2 ms
-[32m240215 16:02:11[0;39m [36m[INFO ][0;39m [http-nio-8080-exec-1] [35m[j.sqltiming:373][0;39m - SELECT
- usrid,
- MIN(SRVDT) AS firstActivityTime,
- MAX(SRVDT) AS lastActivityTime
- FROM
- t_lg202402
- WHERE SRVDT BETWEEN '2024-2-9 06:00:00' AND '2024-2-9 23:59:59'
--- AND usrid IS NOT NULL
- AND LENGTH(USRID)>0
- GROUP BY
- usrid
- ORDER BY SRVDT;
- {executed in 8 msec}
-[32m240215 16:02:11[0;39m [36m[ERROR][0;39m [http-nio-8080-exec-1] [35m[o.a.c.c.C.[.[.[.[dispatcherServlet]:175][0;39m - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null] with root cause
-java.lang.NullPointerException: Cannot invoke "com.itn.admin.itn.commute.mapper.domain.UserEnum.userName()" because the return value of "com.itn.admin.itn.commute.mapper.domain.UserEnum.valueOfLabel(String)" is null
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.lambda$getList$0(CommuteServiceImpl.java:72)
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
- at com.itn.admin.itn.commute.service.impl.CommuteServiceImpl.getList(CommuteServiceImpl.java:69)
- at com.itn.admin.itn.commute.web.CommuteController.list(CommuteController.java:29)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:261)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:189)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:917)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:829)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.base/java.lang.Thread.run(Thread.java:833)
-[32m240215 16:02:11[0;39m [36m[WARN ][0;39m [http-nio-8080-exec-1] [35m[o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385][0;39m - [THYMELEAF][http-nio-8080-exec-1][layout] Deprecated unwrapped fragment expression "fragments/header :: headerFragment" found in template layout, line 4, col 7. Please use the complete syntax of fragment expressions instead ("~{fragments/header :: headerFragment}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [Thread-19] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-5 - Shutdown initiated...
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 41. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 42. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 43. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 44. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 45. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 46. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 47. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 48. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 49. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [HikariPool-5 connection closer] [35m[j.connection:568][0;39m - 50. Connection closed
-[32m240215 16:05:26[0;39m [36m[INFO ][0;39m [Thread-19] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-5 - Shutdown completed.
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 414 ms
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-6 - Starting...
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 51. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe1e5ba
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-6 - Start completed.
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 52. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 53. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.617 seconds (process running for 1878.828)
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 54. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 55. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 56. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 57. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 58. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 59. Connection opened
-[32m240215 16:05:27[0;39m [36m[INFO ][0;39m [HikariPool-6 connection adder] [35m[j.connection:541][0;39m - 60. Connection opened
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [Thread-23] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-6 - Shutdown initiated...
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 51. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 52. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 53. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 54. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 55. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 56. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 57. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 58. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 59. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-6 connection closer] [35m[j.connection:568][0;39m - 60. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [Thread-23] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-6 - Shutdown completed.
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 132 ms
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-7 - Starting...
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 61. Connection opened
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4d728737
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-7 - Start completed.
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:05:46[0;39m [36m[WARN ][0;39m [restartedMain] [35m[o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632][0;39m - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commuteController': Unsatisfied dependency expressed through method 'setCommuteService' parameter 0: No qualifying bean of type 'com.itn.admin.itn.commute.service.CommuteService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-7 - Shutdown initiated...
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [HikariPool-7 connection closer] [35m[j.connection:568][0;39m - 61. Connection closed
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-7 - Shutdown completed.
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Stopping service [Tomcat]
-[32m240215 16:05:46[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.l.ConditionEvaluationReportLogger:82][0;39m -
-
-Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
-[32m240215 16:05:46[0;39m [36m[ERROR][0;39m [restartedMain] [35m[o.s.b.d.LoggingFailureAnalysisReporter:40][0;39m -
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Parameter 0 of method setCommuteService in com.itn.admin.itn.commute.web.CommuteController required a bean of type 'com.itn.admin.itn.commute.service.CommuteService' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'com.itn.admin.itn.commute.service.CommuteService' in your configuration.
-
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 131 ms
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-8 - Starting...
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 62. Connection opened
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45f8961c
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-8 - Start completed.
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.254 seconds (process running for 1941.147)
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 63. Connection opened
-[32m240215 16:06:29[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 64. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 65. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 66. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 67. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 68. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 69. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 70. Connection opened
-[32m240215 16:06:30[0;39m [36m[INFO ][0;39m [HikariPool-8 connection adder] [35m[j.connection:541][0;39m - 71. Connection opened
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [File Watcher] [35m[o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211][0;39m - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [Thread-27] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Stopping ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-8 - Shutdown initiated...
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 62. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 63. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 64. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 65. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 66. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 67. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 68. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 69. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 70. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [HikariPool-8 connection closer] [35m[j.connection:568][0;39m - 71. Connection closed
-[32m240215 16:06:56[0;39m [36m[INFO ][0;39m [Thread-27] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-8 - Shutdown completed.
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:50][0;39m - Starting ItnAdminApplication using Java 17.0.7 with PID 9632 (D:\Development\InteliJ_repository\itn_admin\target\classes started by hehih in D:\Development\InteliJ_repository\itn_admin)
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:654][0;39m - No active profile set, falling back to 1 default profile: "default"
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:109][0;39m - Tomcat initialized with port 8080 (http)
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Initializing ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardService:173][0;39m - Starting service [Tomcat]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.StandardEngine:173][0;39m - Starting Servlet engine: [Apache Tomcat/10.1.18]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.c.C.[.[.[/]:173][0;39m - Initializing Spring embedded WebApplicationContext
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.s.c.ServletWebServerApplicationContext:296][0;39m - Root WebApplicationContext: initialization completed in 147 ms
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:110][0;39m - HikariPool-9 - Starting...
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[j.connection:541][0;39m - 72. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.p.HikariPool:565][0;39m - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@b3025d1
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.z.h.HikariDataSource:123][0;39m - HikariPool-9 - Start completed.
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.a.h.H2ConsoleAutoConfiguration:88][0;39m - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.OptionalLiveReloadServer:59][0;39m - LiveReload server is running on port 35729
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.a.c.h.Http11NioProtocol:173][0;39m - Starting ProtocolHandler ["http-nio-8080"]
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.w.e.t.TomcatWebServer:241][0;39m - Tomcat started on port 8080 (http) with context path ''
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[c.i.a.ItnAdminApplication:56][0;39m - Started ItnAdminApplication in 0.264 seconds (process running for 1968.472)
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [restartedMain] [35m[o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63][0;39m - Condition evaluation unchanged
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 73. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 74. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 75. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 76. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 77. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 78. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 79. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 80. Connection opened
-[32m240215 16:06:57[0;39m [36m[INFO ][0;39m [HikariPool-9 connection adder] [35m[j.connection:541][0;39m - 81. Connection opened
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:350][0;39m - HikariPool-9 - Shutdown initiated...
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 72. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 73. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 74. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 75. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 76. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 77. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 78. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 79. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 80. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [HikariPool-9 connection closer] [35m[j.connection:568][0;39m - 81. Connection closed
-[32m240215 16:07:29[0;39m [36m[INFO ][0;39m [SpringApplicationShutdownHook] [35m[c.z.h.HikariDataSource:352][0;39m - HikariPool-9 - Shutdown completed.
diff --git a/pom.xml b/pom.xml
index e40aee4..169a353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,13 @@
1.1
+
+
+ org.bgee.log4jdbc-log4j2
+ log4jdbc-log4j2-jdbc4.1
+ 1.16
+
+
diff --git a/src/main/java/com/itn/admin/cmn/config/CommuteDatabaseConfig.java b/src/main/java/com/itn/admin/cmn/config/CommuteDatabaseConfig.java
new file mode 100644
index 0000000..adf36f6
--- /dev/null
+++ b/src/main/java/com/itn/admin/cmn/config/CommuteDatabaseConfig.java
@@ -0,0 +1,70 @@
+package com.itn.admin.cmn.config;
+
+import com.zaxxer.hikari.HikariDataSource;
+import org.apache.ibatis.session.SqlSessionFactory;
+import org.mybatis.spring.SqlSessionFactoryBean;
+import org.mybatis.spring.SqlSessionTemplate;
+import org.mybatis.spring.annotation.MapperScan;
+import org.springframework.beans.factory.annotation.Qualifier;
+import org.springframework.boot.context.properties.ConfigurationProperties;
+import org.springframework.boot.jdbc.DataSourceBuilder;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.Primary;
+import org.springframework.core.io.Resource;
+import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
+import org.springframework.jdbc.datasource.DataSourceTransactionManager;
+
+import javax.sql.DataSource;
+
+
+@Configuration
+@MapperScan(value = "com.itn.admin.itn.commute.mapper", sqlSessionFactoryRef = "factory2")
+class CommuteDatabaseConfig {
+
+ private final String COMMUTE_DATA_SOURCE = "CommuteDatabase";
+
+ // A database DataSource
+ @Bean(COMMUTE_DATA_SOURCE)
+ @ConfigurationProperties(prefix = "spring.commute.datasource")
+ public DataSource CommuteDataSource() {
+ return DataSourceBuilder.create()
+// .type(HikariDataSource.class)
+ .build();
+ }
+
+ // SqlSessionTemplate 에서 사용할 SqlSession 을 생성하는 Factory
+ @Bean(name = "factory2")
+ public SqlSessionFactory CommuteSqlSessionFactory(@Qualifier(COMMUTE_DATA_SOURCE) DataSource dataSource) throws Exception {
+ SqlSessionFactoryBean sqlSessionFactory = new SqlSessionFactoryBean();
+ sqlSessionFactory.setDataSource(dataSource);
+ sqlSessionFactory.setTypeAliasesPackage("com.itn.admin.itn.dictionary");
+ sqlSessionFactory.setMapperLocations(new PathMatchingResourcePatternResolver().getResources("classpath:mapper/itn/commute/*Mapper.xml"));
+ sqlSessionFactory.setConfigLocation(new PathMatchingResourcePatternResolver().getResource("classpath:mybatis-config.xml"));
+ return sqlSessionFactory.getObject();
+ /*
+ * MyBatis 는 JdbcTemplate 대신 Connection 객체를 통한 질의를 위해서 SqlSession 을 사용한다.
+ * 내부적으로 SqlSessionTemplate 가 SqlSession 을 구현한다.
+ * Thread-Safe 하고 여러 개의 Mapper 에서 공유할 수 있다.
+ */
+// SqlSessionFactoryBean bean = new SqlSessionFactoryBean();
+// bean.setDataSource(dataSource);
+
+ // MyBatis Mapper Source
+ // MyBatis 의 SqlSession 에서 불러올 쿼리 정보
+// Resource[] res = new PathMatchingResourcePatternResolver().getResources("classpath:mapper/itn/commute/*Mapper.xml");
+// bean.setMapperLocations(res);
+
+ // MyBatis Config Setting
+ // MyBatis 설정 파일
+// bean.setConfigLocation(myBatisConfig);
+
+// return bean.getObject();
+ }
+
+ // DataSource 에서 Transaction 관리를 위한 Manager 클래스 등록
+ @Bean(name = "sqlSession2")
+ public SqlSessionTemplate sqlSession(SqlSessionFactory sqlSessionFactory) {
+ return new SqlSessionTemplate(sqlSessionFactory);
+ }
+}
\ No newline at end of file
diff --git a/src/main/java/com/itn/admin/cmn/config/MainDatabaseConfig.java b/src/main/java/com/itn/admin/cmn/config/MainDatabaseConfig.java
new file mode 100644
index 0000000..593cf9a
--- /dev/null
+++ b/src/main/java/com/itn/admin/cmn/config/MainDatabaseConfig.java
@@ -0,0 +1,75 @@
+package com.itn.admin.cmn.config;
+
+import com.zaxxer.hikari.HikariDataSource;
+import org.apache.ibatis.session.SqlSessionFactory;
+import org.mybatis.spring.SqlSessionFactoryBean;
+import org.mybatis.spring.SqlSessionTemplate;
+import org.mybatis.spring.annotation.MapperScan;
+import org.springframework.beans.factory.annotation.Qualifier;
+import org.springframework.boot.context.properties.ConfigurationProperties;
+import org.springframework.boot.jdbc.DataSourceBuilder;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.Primary;
+import org.springframework.core.io.Resource;
+import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
+import org.springframework.jdbc.datasource.DataSourceTransactionManager;
+
+import javax.sql.DataSource;
+
+
+@Configuration
+@MapperScan(value = "com.itn.admin.itn.dictionary.mapper", sqlSessionFactoryRef = "factory")
+class MainDatabaseConfig {
+
+ private final String MAIN_DATA_SOURCE = "MainDatabase";
+
+ // A database DataSource
+ @Primary
+ @Bean(name=MAIN_DATA_SOURCE)
+ @ConfigurationProperties(prefix = "spring.main.datasource")
+ public DataSource dataSource() {
+ return DataSourceBuilder.create()
+// .type(HikariDataSource.class)
+ .build();
+ }
+
+ // SqlSessionTemplate 에서 사용할 SqlSession 을 생성하는 Factory
+ @Primary
+ @Bean(name="factory")
+ public SqlSessionFactory sqlSessionFactory(DataSource dataSource) throws Exception {
+ /*
+ * MyBatis 는 JdbcTemplate 대신 Connection 객체를 통한 질의를 위해서 SqlSession 을 사용한다.
+ * 내부적으로 SqlSessionTemplate 가 SqlSession 을 구현한다.
+ * Thread-Safe 하고 여러 개의 Mapper 에서 공유할 수 있다.
+ */
+// SqlSessionFactoryBean bean = new SqlSessionFactoryBean();
+// bean.setDataSource(dataSource);
+
+ // MyBatis Mapper Source
+ // MyBatis 의 SqlSession 에서 불러올 쿼리 정보
+// Resource[] res = new PathMatchingResourcePatternResolver().getResources("classpath:mapper/itn/dictionary/*Mapper.xml");
+// bean.setMapperLocations(res);
+
+ // MyBatis Config Setting
+ // MyBatis 설정 파일
+// bean.setConfigLocation(myBatisConfig);
+
+ SqlSessionFactoryBean sqlSessionFactory = new SqlSessionFactoryBean();
+ sqlSessionFactory.setDataSource(dataSource);
+ sqlSessionFactory.setTypeAliasesPackage("com.itn.admin.itn.commute");
+ sqlSessionFactory.setMapperLocations(new PathMatchingResourcePatternResolver().getResources("classpath:mapper/itn/dictionary/*Mapper.xml"));
+ sqlSessionFactory.setConfigLocation(new PathMatchingResourcePatternResolver().getResource("classpath:mybatis-config.xml"));
+ return sqlSessionFactory.getObject();
+
+
+ }
+
+ // DataSource 에서 Transaction 관리를 위한 Manager 클래스 등록
+
+ @Primary
+ @Bean(name = "sqlSession")
+ public SqlSessionTemplate sqlSession(SqlSessionFactory sqlSessionFactory) {
+ return new SqlSessionTemplate(sqlSessionFactory);
+ }
+}
\ No newline at end of file
diff --git a/src/main/java/com/itn/admin/etc/crawling/morak/service/impl/MorakServiceImpl.java b/src/main/java/com/itn/admin/etc/crawling/morak/service/impl/MorakServiceImpl.java
index 7433f40..aef41b2 100644
--- a/src/main/java/com/itn/admin/etc/crawling/morak/service/impl/MorakServiceImpl.java
+++ b/src/main/java/com/itn/admin/etc/crawling/morak/service/impl/MorakServiceImpl.java
@@ -35,39 +35,38 @@ public class MorakServiceImpl implements MorakService {
public RestResponse morakMenu() {
// public void morakMenu() {
String imgUrl = "";
+ while (true) {
try {
- while (true) {
- // 웹사이트에 연결
- Document doc = Jsoup.connect("https://m.blog.naver.com/jh06200/223266997482")
- .timeout(60000) // 타임아웃 시간을 60초로 설정
- .get();
- // img가 있는 태그 가져오기
- Element mainDoc = doc.select(".se-component.se-image.se-l-default").first();
- // img에서 큰사이즈의 이미지 URL 가져오기
- imgUrl = mainDoc.select("img").attr("src");
+ // 웹사이트에 연결
+ Document doc = Jsoup.connect("https://m.blog.naver.com/jh06200/223266997482")
+ .timeout(60000) // 타임아웃 시간을 60초로 설정
+ .get();
- imgUrl = imgUrl.replace("w80_blur", "w800");
- System.out.println("imgUrl : "+ imgUrl);
+ // img가 있는 태그 가져오기
+ Element mainDoc = doc.select(".se-component.se-image.se-l-default").first();
+ // img에서 큰사이즈의 이미지 URL 가져오기
+ imgUrl = mainDoc.select("img").attr("src");
- // 현재 날짜와 비교
- // true면 오늘 날짜가 맞음
- System.out.println(" befor this.dateComparison(imgUrl) :: "+ this.dateComparison(imgUrl));
- if (this.dateComparison(imgUrl)) {
- SlackUtil.sendMorakMenuToSlack(imgUrl);
- System.out.println("this.dateComparison(imgUrl) :: "+ this.dateComparison(imgUrl));
+ imgUrl = imgUrl.replace("w80_blur", "w800");
+ System.out.println("imgUrl : "+ imgUrl);
+
+ // 현재 날짜와 비교
+ // true면 오늘 날짜가 맞음
+ System.out.println(" befor this.dateComparison(imgUrl) :: "+ this.dateComparison(imgUrl));
+ if (this.dateComparison(imgUrl)) {
+ SlackUtil.sendMorakMenuToSlack(imgUrl);
+ System.out.println("this.dateComparison(imgUrl) :: "+ this.dateComparison(imgUrl));
+ break;
+ } else {
+ // 11시 30분이 지났으면 break;
+ if (isCurrentTime1130()) {
break;
- } else {
- // 11시 30분이 지났으면 break;
- if (isCurrentTime1130()) {
- break;
- }
- Thread.sleep(100000);
}
+ Thread.sleep(100000);
}
- } catch (Exception e) {
- e.printStackTrace();
- }
+ }catch (Exception e){}
+ }
diff --git a/src/main/java/com/itn/admin/itn/dictionary/mapper/DictionaryMapper.java b/src/main/java/com/itn/admin/itn/dictionary/mapper/DictionaryMapper.java
new file mode 100644
index 0000000..3a08e82
--- /dev/null
+++ b/src/main/java/com/itn/admin/itn/dictionary/mapper/DictionaryMapper.java
@@ -0,0 +1,14 @@
+package com.itn.admin.itn.dictionary.mapper;
+
+import com.itn.admin.itn.commute.mapper.domain.CommuteVO;
+import com.itn.admin.itn.dictionary.mapper.domain.DictionaryVO;
+import org.apache.ibatis.annotations.Mapper;
+
+import java.util.List;
+
+@Mapper
+public interface DictionaryMapper {
+ List findAll();
+
+ void save(DictionaryVO dictionaryVO);
+}
diff --git a/src/main/java/com/itn/admin/itn/dictionary/mapper/domain/DictionaryVO.java b/src/main/java/com/itn/admin/itn/dictionary/mapper/domain/DictionaryVO.java
new file mode 100644
index 0000000..a354d4b
--- /dev/null
+++ b/src/main/java/com/itn/admin/itn/dictionary/mapper/domain/DictionaryVO.java
@@ -0,0 +1,40 @@
+package com.itn.admin.itn.dictionary.mapper.domain;
+
+import lombok.*;
+
+import java.io.Serializable;
+import java.sql.Date;
+
+/**
+ * packageName : com.itn.admin.itn.commute.mapper.domain
+ * fileName : MjonMsgVO
+ * author : hylee
+ * date : 2024-02-13
+ * description : 출퇴근 log
+ * ===========================================================
+ * DATE AUTHOR NOTE
+ * -----------------------------------------------------------
+ * 2023-05-09 hylee 최초 생성
+ */
+@NoArgsConstructor
+@AllArgsConstructor
+@Builder
+@Getter
+@Setter
+@ToString
+public class DictionaryVO implements Serializable {
+
+ private static final long serialVersionUID = 1L;
+
+ private Long id;
+ private String koreanWord;
+ private String englishWord;
+ private String abbreviation;
+ private String isConfirmed;
+ private String isActive;
+ private String frstRegisterId;
+ private String frstRegistPnttm;
+ private String lastUpdusrId;
+ private String lastUpdtPnttm;
+
+}
diff --git a/src/main/java/com/itn/admin/itn/dictionary/service/DictionaryService.java b/src/main/java/com/itn/admin/itn/dictionary/service/DictionaryService.java
new file mode 100644
index 0000000..6f140ba
--- /dev/null
+++ b/src/main/java/com/itn/admin/itn/dictionary/service/DictionaryService.java
@@ -0,0 +1,17 @@
+package com.itn.admin.itn.dictionary.service;
+
+import com.itn.admin.itn.commute.mapper.domain.CommuteVO;
+import com.itn.admin.itn.dictionary.mapper.domain.DictionaryVO;
+
+import java.util.List;
+import java.util.Map;
+
+
+public interface DictionaryService {
+
+
+ List getList();
+
+ void update(Map dictionaryMap);
+// List