1.3 MiB
1.3 MiB
240215 09:14:20 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 09:14:20 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 09:14:21 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 09:14:21 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 09:14:22 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 09:14:22 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 1357 ms
240215 09:14:22 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 09:14:22 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 09:14:22 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe371e3
240215 09:14:22 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 09:14:22 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 09:14:23 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 09:14:23 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 09:14:23 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 09:14:24 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 09:14:24 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 09:14:24 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 09:14:24 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 4.776 seconds (process running for 5.602)
240215 09:15:39 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 09:15:39 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 09:15:39 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 2 ms
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:43:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 09:43:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 12:13:07 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 12:13:07 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 12:13:07 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 12:13:07 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 12:13:08 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 12:13:08 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 1072 ms
240215 12:13:08 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 12:13:08 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 12:13:08 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3f04e5e9
240215 12:13:08 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 12:13:08 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 12:13:10 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 12:13:10 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 12:13:10 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 12:13:10 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 3.541 seconds (process running for 4.376)
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:18:46 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:44 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:26:44 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:44 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:44 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:42:25 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 12:42:25 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 11. Connection opened
240215 12:42:38 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 12:42:38 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 12. Connection opened
240215 12:42:42 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 12:42:42 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 13. Connection opened
240215 12:42:42 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 12:42:42 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 14. Connection opened
240215 12:42:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 12:42:44 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 15. Connection opened
240215 12:42:46 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 12:42:46 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 16. Connection opened
240215 12:42:49 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 12:42:49 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 17. Connection opened
240215 12:42:54 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 12:42:54 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 18. Connection opened
240215 12:42:56 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 12:42:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 19. Connection opened
240215 12:42:58 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 12:42:58 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 20. Connection opened
240215 12:44:24 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:11:53 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 11. Connection closed
240215 13:11:53 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 21. Connection opened
240215 13:11:59 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 12. Connection closed
240215 13:11:59 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 22. Connection opened
240215 13:11:59 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 13. Connection closed
240215 13:11:59 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 23. Connection opened
240215 13:12:09 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 15. Connection closed
240215 13:12:09 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 24. Connection opened
240215 13:12:16 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 14. Connection closed
240215 13:12:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 25. Connection opened
240215 13:12:25 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 18. Connection closed
240215 13:12:25 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 26. Connection opened
240215 13:12:28 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 17. Connection closed
240215 13:12:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 27. Connection opened
240215 13:12:31 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 16. Connection closed
240215 13:12:31 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 28. Connection opened
240215 13:12:32 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 20. Connection closed
240215 13:12:32 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 29. Connection opened
240215 13:12:51 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 19. Connection closed
240215 13:12:51 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 30. Connection opened
240215 13:41:15 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 23. Connection closed
240215 13:41:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 31. Connection opened
240215 13:41:17 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 21. Connection closed
240215 13:41:17 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 32. Connection opened
240215 13:41:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 24. Connection closed
240215 13:41:44 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 33. Connection opened
240215 13:41:45 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 22. Connection closed
240215 13:41:45 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 34. Connection opened
240215 13:41:48 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 28. Connection closed
240215 13:41:48 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 35. Connection opened
240215 13:42:04 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 29. Connection closed
240215 13:42:04 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 36. Connection opened
240215 13:42:10 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 26. Connection closed
240215 13:42:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 37. Connection opened
240215 13:42:13 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 25. Connection closed
240215 13:42:13 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 38. Connection opened
240215 13:42:15 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 27. Connection closed
240215 13:42:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 39. Connection opened
240215 13:42:24 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 30. Connection closed
240215 13:42:24 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 40. Connection opened
240215 13:44:54 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:35 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:35 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:35 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:35 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:46 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:47 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:47 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:47 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:47 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:48 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:51 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:51 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:51 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:51 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:54 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 31. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 32. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 33. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 34. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 35. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 36. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 37. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 38. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 39. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 40. Connection closed
240215 14:07:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:07:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:07:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:07:14 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:07:14 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:07:15 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:07:15 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 832 ms
240215 14:07:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:07:15 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:07:15 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4519c6d4
240215 14:07:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:07:15 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:07:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:07:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:07:17 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:07:17 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:07:17 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:07:17 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 3.098 seconds (process running for 3.681)
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:07:37 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:47 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:12:47 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:12:47 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:12:47 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:12:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:12:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 228 ms
240215 14:12:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 14:12:48 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 14:12:48 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1838acca
240215 14:12:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:12:48 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.457 seconds (process running for 334.622)
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 14:12:50 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 14:12:50 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:12:50 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 14:12:50 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 14:12:50 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:12:50 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 194 ms
240215 14:12:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 14:12:51 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 14:12:51 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7eb09849
240215 14:12:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:12:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.33 seconds (process running for 337.576)
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:10 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:11 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:13:11 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:11 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 14:13:11 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 14:13:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 209 ms
240215 14:13:11 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 14:13:11 [INFO ] [restartedMain] [j.connection:541] - 31. Connection opened
240215 14:13:11 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2ab1501a
240215 14:13:11 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 32. Connection opened
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.392 seconds (process running for 357.972)
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 33. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 34. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 35. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 36. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 37. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 38. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 39. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 40. Connection opened
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 14:13:14 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:14 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 31. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 32. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 33. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 34. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 35. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 36. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 37. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 38. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 39. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 40. Connection closed
240215 14:13:14 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 14:13:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:14 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:14 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:14 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:14 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:15 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 383 ms
240215 14:13:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 14:13:15 [INFO ] [restartedMain] [j.connection:541] - 41. Connection opened
240215 14:13:15 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2d784e43
240215 14:13:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 42. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 43. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 44. Connection opened
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 45. Connection opened
240215 14:13:15 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:15 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.664 seconds (process running for 361.616)
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 46. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 47. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 48. Connection opened
240215 14:13:15 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:15 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:15 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 49. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 50. Connection opened
240215 14:13:17 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:25 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:27 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:28 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:13:28 [INFO ] [Thread-19] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:28 [INFO ] [Thread-19] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 41. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 42. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 43. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 44. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 45. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 46. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 47. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 48. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 49. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 50. Connection closed
240215 14:13:28 [INFO ] [Thread-19] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 14:13:28 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:28 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 133 ms
240215 14:13:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 14:13:28 [INFO ] [restartedMain] [j.connection:541] - 51. Connection opened
240215 14:13:28 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6a46af68
240215 14:13:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:28 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.248 seconds (process running for 374.976)
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 52. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 53. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 54. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 55. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 56. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 57. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 58. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 59. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 60. Connection opened
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:39 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:13:39 [INFO ] [Thread-23] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:39 [INFO ] [Thread-23] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 51. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 52. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 53. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 54. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 55. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 56. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 57. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 58. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 59. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 60. Connection closed
240215 14:13:39 [INFO ] [Thread-23] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 14:13:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 205 ms
240215 14:13:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 14:13:40 [INFO ] [restartedMain] [j.connection:541] - 61. Connection opened
240215 14:13:40 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@78a2b37c
240215 14:13:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 62. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 63. Connection opened
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:40 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.42 seconds (process running for 386.652)
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 64. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 65. Connection opened
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 66. Connection opened
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 67. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 68. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 69. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 70. Connection opened
240215 14:13:43 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 14:13:43 [INFO ] [Thread-27] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:43 [INFO ] [Thread-27] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 61. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 62. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 63. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 64. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 65. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 66. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 67. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 68. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 69. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 70. Connection closed
240215 14:13:43 [INFO ] [Thread-27] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 14:13:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 218 ms
240215 14:13:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-8 - Starting...
240215 14:13:43 [INFO ] [restartedMain] [j.connection:541] - 71. Connection opened
240215 14:13:43 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2b099a72
240215 14:13:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-8 - Start completed.
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:43 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 72. Connection opened
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:43 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 73. Connection opened
240215 14:13:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.424 seconds (process running for 390.324)
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 74. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 75. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 76. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 77. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 78. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 79. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 80. Connection opened
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:45 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:46 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:15:46 [INFO ] [Thread-31] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:15:46 [INFO ] [Thread-31] [c.z.h.HikariDataSource:350] - HikariPool-8 - Shutdown initiated...
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 71. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 72. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 73. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 74. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 75. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 76. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 77. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 78. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 79. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 80. Connection closed
240215 14:15:46 [INFO ] [Thread-31] [c.z.h.HikariDataSource:352] - HikariPool-8 - Shutdown completed.
240215 14:15:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:15:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 251 ms
240215 14:15:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-9 - Starting...
240215 14:15:46 [INFO ] [restartedMain] [j.connection:541] - 81. Connection opened
240215 14:15:46 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45111739
240215 14:15:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-9 - Start completed.
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:15:46 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 82. Connection opened
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:15:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.443 seconds (process running for 513.308)
240215 14:15:46 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 83. Connection opened
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:15:46 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 84. Connection opened
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 85. Connection opened
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 86. Connection opened
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 87. Connection opened
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 88. Connection opened
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 89. Connection opened
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 90. Connection opened
240215 14:15:49 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:02 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:16:02 [INFO ] [Thread-35] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:16:02 [INFO ] [Thread-35] [c.z.h.HikariDataSource:350] - HikariPool-9 - Shutdown initiated...
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 81. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 82. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 83. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 84. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 85. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 86. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 87. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 88. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 89. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 90. Connection closed
240215 14:16:02 [INFO ] [Thread-35] [c.z.h.HikariDataSource:352] - HikariPool-9 - Shutdown completed.
240215 14:16:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:16:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 194 ms
240215 14:16:03 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-10 - Starting...
240215 14:16:03 [INFO ] [restartedMain] [j.connection:541] - 91. Connection opened
240215 14:16:03 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-10 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7c5005bd
240215 14:16:03 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-10 - Start completed.
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:16:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.352 seconds (process running for 529.737)
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 92. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 93. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 94. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 95. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 96. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 97. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 98. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 99. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 100. Connection opened
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:57 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:21:57 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:42 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:25:42 [INFO ] [Thread-39] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:25:42 [INFO ] [Thread-39] [c.z.h.HikariDataSource:350] - HikariPool-10 - Shutdown initiated...
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 91. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 92. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 93. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 94. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 95. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 96. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 97. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 98. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 99. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 100. Connection closed
240215 14:25:42 [INFO ] [Thread-39] [c.z.h.HikariDataSource:352] - HikariPool-10 - Shutdown completed.
240215 14:25:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:25:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 171 ms
240215 14:25:42 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-11 - Starting...
240215 14:25:42 [INFO ] [restartedMain] [j.connection:541] - 101. Connection opened
240215 14:25:42 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-11 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@53870693
240215 14:25:42 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-11 - Start completed.
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:25:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.32 seconds (process running for 1109.317)
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:25:42 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 102. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 103. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 104. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 105. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 106. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 107. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 108. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 109. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 110. Connection opened
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:26:47 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
240215 14:26:47 [INFO ] [Thread-43] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:26:47 [INFO ] [Thread-43] [c.z.h.HikariDataSource:350] - HikariPool-11 - Shutdown initiated...
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 101. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 102. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 103. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 104. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 105. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 106. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 107. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 108. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 109. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 110. Connection closed
240215 14:26:47 [INFO ] [Thread-43] [c.z.h.HikariDataSource:352] - HikariPool-11 - Shutdown completed.
240215 14:26:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:26:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 202 ms
240215 14:26:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-12 - Starting...
240215 14:26:48 [INFO ] [restartedMain] [j.connection:541] - 111. Connection opened
240215 14:26:48 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-12 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@e44dbbc
240215 14:26:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-12 - Start completed.
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 112. Connection opened
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:26:48 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.381 seconds (process running for 1174.679)
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 113. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 114. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 115. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 116. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 117. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 118. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 119. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 120. Connection opened
240215 14:26:50 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (2 additions, 0 deletions, 0 modifications)
240215 14:26:50 [INFO ] [Thread-47] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:26:50 [INFO ] [Thread-47] [c.z.h.HikariDataSource:350] - HikariPool-12 - Shutdown initiated...
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 111. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 112. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 113. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 114. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 115. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 116. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 117. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 118. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 119. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 120. Connection closed
240215 14:26:50 [INFO ] [Thread-47] [c.z.h.HikariDataSource:352] - HikariPool-12 - Shutdown completed.
240215 14:26:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:26:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 164 ms
240215 14:26:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-13 - Starting...
240215 14:26:51 [INFO ] [restartedMain] [j.connection:541] - 121. Connection opened
240215 14:26:51 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-13 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@942a271
240215 14:26:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-13 - Start completed.
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:26:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.286 seconds (process running for 1177.633)
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 122. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 123. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 124. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 125. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 126. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 127. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 128. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 129. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 130. Connection opened
240215 14:26:57 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:26:57 [INFO ] [Thread-51] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:26:57 [INFO ] [Thread-51] [c.z.h.HikariDataSource:350] - HikariPool-13 - Shutdown initiated...
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 121. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 122. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 123. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 124. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 125. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 126. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 127. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 128. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 129. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 130. Connection closed
240215 14:26:57 [INFO ] [Thread-51] [c.z.h.HikariDataSource:352] - HikariPool-13 - Shutdown completed.
240215 14:26:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:26:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 138 ms
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-14 - Starting...
240215 14:26:57 [INFO ] [restartedMain] [j.connection:541] - 131. Connection opened
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-14 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4b8e8b52
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-14 - Start completed.
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:26:57 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-14 - Shutdown initiated...
240215 14:26:57 [INFO ] [HikariPool-14 connection closer] [j.connection:568] - 131. Connection closed
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-14 - Shutdown completed.
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 14:26:57 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 14:27:13 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:27:13 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 129 ms
240215 14:27:14 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-15 - Starting...
240215 14:27:14 [INFO ] [restartedMain] [j.connection:541] - 132. Connection opened
240215 14:27:14 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-15 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@16bc7314
240215 14:27:14 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-15 - Start completed.
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:27:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.253 seconds (process running for 1200.547)
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 133. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 134. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 135. Connection opened
240215 14:27:14 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:27:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:27:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 136. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 137. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 138. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 139. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 140. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 141. Connection opened
240215 14:27:17 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-15 - Shutdown initiated...
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 132. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 133. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 134. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 135. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 136. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 137. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 138. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 139. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 140. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 141. Connection closed
240215 14:27:17 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-15 - Shutdown completed.
240215 14:27:19 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:27:19 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:27:19 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:27:19 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:27:20 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:27:20 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 1014 ms
240215 14:27:20 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:27:21 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:27:21 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@20df4dd8
240215 14:27:21 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:27:21 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:27:22 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:27:22 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:27:22 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:27:22 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.908 seconds (process running for 3.517)
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:30:52 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 3 class path changes (0 additions, 3 deletions, 0 modifications)
240215 14:30:52 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:30:52 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:30:52 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:30:52 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:30:52 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:30:52 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:30:52 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 373 ms
240215 14:30:52 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 14:30:52 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 14:30:52 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a1e3f67
240215 14:30:52 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 14:30:52 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 14:30:53 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:30:53 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:30:53 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 14:30:53 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.588 seconds (process running for 214.454)
240215 14:30:53 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 14:30:55 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
240215 14:30:55 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:30:55 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 14:30:55 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 14:30:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:30:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 253 ms
240215 14:30:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 14:30:56 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 14:30:56 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@605161a9
240215 14:30:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:30:56 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.442 seconds (process running for 217.665)
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 14:32:27 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
240215 14:32:27 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:32:27 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 14:32:27 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 14:32:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:32:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 224 ms
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 14:32:28 [INFO ] [restartedMain] [j.connection:541] - 31. Connection opened
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1f928a0b
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:32:28 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commuteServiceImpl': Lookup method resolution failed
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 14:32:28 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 31. Connection closed
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 14:32:28 [ERROR] [restartedMain] [o.s.b.SpringApplication:851] - 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
240215 14:32:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:32:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 231 ms
240215 14:32:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 14:32:57 [INFO ] [restartedMain] [j.connection:541] - 32. Connection opened
240215 14:32:57 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2dc103c9
240215 14:32:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 33. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 34. Connection opened
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:32:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.437 seconds (process running for 339.119)
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 35. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 36. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 37. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 38. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 39. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 40. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 41. Connection opened
240215 14:33:00 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
240215 14:33:00 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:33:00 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 32. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 33. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 34. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 35. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 36. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 37. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 38. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 39. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 40. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 41. Connection closed
240215 14:33:00 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 14:33:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:33:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 301 ms
240215 14:33:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 14:33:00 [INFO ] [restartedMain] [j.connection:541] - 42. Connection opened
240215 14:33:00 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@799e6505
240215 14:33:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 43. Connection opened
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 44. Connection opened
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:33:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.523 seconds (process running for 342.303)
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 45. Connection opened
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 46. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 47. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 48. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 49. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 50. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 51. Connection opened
240215 14:34:54 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:34:54 [INFO ] [Thread-22] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:34:54 [INFO ] [Thread-22] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 42. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 43. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 44. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 45. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 46. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 47. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 48. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 49. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 50. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 51. Connection closed
240215 14:34:54 [INFO ] [Thread-22] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 14:34:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:34:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 235 ms
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 14:34:55 [INFO ] [restartedMain] [j.connection:541] - 52. Connection opened
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5714ae4d
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:34:55 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 14:34:55 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 52. Connection closed
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 14:34:55 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 14:37:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:37:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:37:55 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:37:55 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:37:56 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:37:56 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 993 ms
240215 14:37:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:37:56 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:37:56 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@37d91d20
240215 14:37:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:37:56 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:37:57 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:37:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:37:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:37:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.802 seconds (process running for 3.335)
240215 14:38:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:38:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:38:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:38:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:38:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:38:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:38:10 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:38:10 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 811 ms
240215 14:38:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:38:10 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:38:10 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6206aae4
240215 14:38:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:38:10 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:38:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:38:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:38:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:38:11 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:38:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:38:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:38:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.552 seconds (process running for 3.074)
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:44 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:38:44 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:38:44 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:38:44 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:38:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:38:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 185 ms
240215 14:38:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 14:38:44 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 14:38:44 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@67d0a8ca
240215 14:38:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:38:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.331 seconds (process running for 35.962)
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:59 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:38:59 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:38:59 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 14:38:59 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 14:38:59 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:38:59 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 287 ms
240215 14:39:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 14:39:00 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 14:39:00 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2372c611
240215 14:39:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 14:39:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.445 seconds (process running for 51.694)
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:18 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:44 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:49 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:08:16 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 15:08:16 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 31. Connection opened
240215 15:08:19 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 15:08:19 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 32. Connection opened
240215 15:08:25 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 15:08:25 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 33. Connection opened
240215 15:08:26 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 15:08:26 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 34. Connection opened
240215 15:08:35 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 15:08:35 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 35. Connection opened
240215 15:08:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 15:08:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 36. Connection opened
240215 15:08:47 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 15:08:47 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 37. Connection opened
240215 15:08:54 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 15:08:54 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 38. Connection opened
240215 15:08:56 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 15:08:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 39. Connection opened
240215 15:08:59 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 15:08:59 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 40. Connection opened
240215 15:10:05 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:43 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 0 deletions, 2 modifications)
240215 15:11:43 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:11:43 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 31. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 32. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 33. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 34. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 35. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 36. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 37. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 38. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 39. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 40. Connection closed
240215 15:11:43 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 15:11:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:11:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 188 ms
240215 15:11:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 15:11:44 [INFO ] [restartedMain] [j.connection:541] - 41. Connection opened
240215 15:11:44 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@537979c3
240215 15:11:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 42. Connection opened
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:11:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.345 seconds (process running for 2015.621)
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 43. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 44. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 45. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 46. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 47. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 48. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 49. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 50. Connection opened
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 1 deletion, 1 modification)
240215 15:19:57 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:19:57 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 41. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 42. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 43. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 44. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 45. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 46. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 47. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 48. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 49. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 50. Connection closed
240215 15:19:57 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 15:19:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:19:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:19:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:19:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:19:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:19:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:19:58 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 260 ms
240215 15:19:58 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 15:19:58 [INFO ] [restartedMain] [j.connection:541] - 51. Connection opened
240215 15:19:58 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5dab8960
240215 15:19:58 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 52. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 53. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 54. Connection opened
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 55. Connection opened
240215 15:19:58 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:19:58 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.568 seconds (process running for 2509.61)
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 56. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 57. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 58. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 59. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 60. Connection opened
240215 15:19:58 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:19:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:19:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 2 ms
240215 15:20:01 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 15:20:01 [INFO ] [Thread-19] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:20:01 [INFO ] [Thread-19] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 51. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 52. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 53. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 54. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 55. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 56. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 57. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 58. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 59. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 60. Connection closed
240215 15:20:01 [INFO ] [Thread-19] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 15:20:01 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:20:01 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 231 ms
240215 15:20:01 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 15:20:01 [INFO ] [restartedMain] [j.connection:541] - 61. Connection opened
240215 15:20:01 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4bceaea
240215 15:20:01 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 62. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 63. Connection opened
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:20:01 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.575 seconds (process running for 2513.189)
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 64. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 65. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 66. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 67. Connection opened
240215 15:20:02 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 68. Connection opened
240215 15:20:02 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 69. Connection opened
240215 15:20:02 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 70. Connection opened
240215 15:21:38 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 15:21:38 [INFO ] [Thread-23] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:21:38 [INFO ] [Thread-23] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 61. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 62. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 63. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 64. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 65. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 66. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 67. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 68. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 69. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 70. Connection closed
240215 15:21:38 [INFO ] [Thread-23] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 15:21:38 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:21:38 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 126 ms
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 15:21:38 [INFO ] [restartedMain] [j.connection:541] - 71. Connection opened
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3b655546
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:21:38 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 15:21:38 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 71. Connection closed
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 15:21:38 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 15:25:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:25:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 776 ms
240215 15:25:27 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 15:25:28 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 15:25:28 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
240215 15:25:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 15:25:28 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 15:25:29 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:25:29 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:25:29 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:25:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.504 seconds (process running for 3.033)
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:28 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:28:28 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:28 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:28 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:29 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:32:05 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 15:32:05 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:32:05 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 15:32:05 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 15:32:05 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:32:05 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 309 ms
240215 15:32:06 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 15:32:06 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 15:32:06 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3fca7a3a
240215 15:32:06 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:32:06 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.57 seconds (process running for 400.376)
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 15:32:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 15:32:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 15:34:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:34:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:34:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 15:34:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 15:34:10 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:34:10 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 794 ms
240215 15:34:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 15:34:10 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 15:34:10 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@353af741
240215 15:34:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 15:34:10 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 15:34:11 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:34:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:34:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:34:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.51 seconds (process running for 3.013)
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:34:38 [WARN ] [http-nio-8080-exec-6] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:43:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [ERROR] [http-nio-8080-exec-2] [o.t.TemplateEngine:1141] - [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
240215 15:43:31 [ERROR] [http-nio-8080-exec-2] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:43:31 [ERROR] [http-nio-8080-exec-2] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:43:51 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:43:51 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:51 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:51 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:51 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:43:51 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:43:51 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:25 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:44:25 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:44:25 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:25 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:25 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:44:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [ERROR] [http-nio-8080-exec-6] [o.t.TemplateEngine:1141] - [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
240215 15:44:25 [ERROR] [http-nio-8080-exec-6] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:25 [ERROR] [http-nio-8080-exec-6] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:25 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:44:25 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [ERROR] [http-nio-8080-exec-5] [o.t.TemplateEngine:1141] - [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
240215 15:44:25 [ERROR] [http-nio-8080-exec-5] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:25 [ERROR] [http-nio-8080-exec-5] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-2] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-2] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-2] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-8] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-8] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-8] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:27 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.t.TemplateEngine:1141] - [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
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:27 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.t.TemplateEngine:1141] - [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
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:45:56 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:45:56 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:56 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:56 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:56 [ERROR] [http-nio-8080-exec-7] [o.t.TemplateEngine:1141] - [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
240215 15:45:56 [ERROR] [http-nio-8080-exec-7] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:45:56 [ERROR] [http-nio-8080-exec-7] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:45:57 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:39 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 15:48:39 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:48:39 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 15:48:39 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 15:48:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:48:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 247 ms
240215 15:48:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 15:48:40 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 15:48:40 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a94181f
240215 15:48:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:48:40 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.45 seconds (process running for 871.585)
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 15:48:42 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 15:48:42 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:48:42 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 15:48:42 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 15:48:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:48:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 261 ms
240215 15:48:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 15:48:43 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 15:48:43 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@678e1c9c
240215 15:48:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:48:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.442 seconds (process running for 874.632)
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 15:48:48 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:59 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 16:00:59 [ERROR] [http-nio-8080-exec-9] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 16:00:59 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:02:01 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 16:02:01 [ERROR] [http-nio-8080-exec-5] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 16:02:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:02:03 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 16:02:03 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:02:03 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 16:02:03 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 16:02:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:02:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 213 ms
240215 16:02:04 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 16:02:04 [INFO ] [restartedMain] [j.connection:541] - 31. Connection opened
240215 16:02:04 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1ba044eb
240215 16:02:04 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 32. Connection opened
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:02:04 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.396 seconds (process running for 1675.52)
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 33. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 34. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 35. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 36. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 37. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 38. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 39. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 40. Connection opened
240215 16:02:06 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 16:02:06 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:02:06 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 31. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 32. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 33. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 34. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 35. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 36. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 37. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 38. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 39. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 40. Connection closed
240215 16:02:06 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 16:02:06 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:02:06 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 213 ms
240215 16:02:07 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 16:02:07 [INFO ] [restartedMain] [j.connection:541] - 41. Connection opened
240215 16:02:07 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@12a5303a
240215 16:02:07 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 42. Connection opened
240215 16:02:07 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.382 seconds (process running for 1678.505)
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 43. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 44. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 45. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 46. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 47. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 48. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 49. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 50. Connection opened
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 2 ms
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:02:11 [ERROR] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 16:02:11 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:05:26 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 16:05:26 [INFO ] [Thread-19] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:05:26 [INFO ] [Thread-19] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 41. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 42. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 43. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 44. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 45. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 46. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 47. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 48. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 49. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 50. Connection closed
240215 16:05:26 [INFO ] [Thread-19] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 16:05:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:05:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 414 ms
240215 16:05:27 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 16:05:27 [INFO ] [restartedMain] [j.connection:541] - 51. Connection opened
240215 16:05:27 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe1e5ba
240215 16:05:27 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 52. Connection opened
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 53. Connection opened
240215 16:05:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.617 seconds (process running for 1878.828)
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 54. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 55. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 56. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 57. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 58. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 59. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 60. Connection opened
240215 16:05:46 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 16:05:46 [INFO ] [Thread-23] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:05:46 [INFO ] [Thread-23] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 51. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 52. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 53. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 54. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 55. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 56. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 57. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 58. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 59. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 60. Connection closed
240215 16:05:46 [INFO ] [Thread-23] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 16:05:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:05:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 132 ms
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 16:05:46 [INFO ] [restartedMain] [j.connection:541] - 61. Connection opened
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4d728737
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:05:46 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 16:05:46 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 61. Connection closed
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 16:05:46 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 16:06:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:06:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 131 ms
240215 16:06:29 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-8 - Starting...
240215 16:06:29 [INFO ] [restartedMain] [j.connection:541] - 62. Connection opened
240215 16:06:29 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45f8961c
240215 16:06:29 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-8 - Start completed.
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:06:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.254 seconds (process running for 1941.147)
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:06:29 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 63. Connection opened
240215 16:06:29 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 64. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 65. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 66. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 67. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 68. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 69. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 70. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 71. Connection opened
240215 16:06:56 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 16:06:56 [INFO ] [Thread-27] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:06:56 [INFO ] [Thread-27] [c.z.h.HikariDataSource:350] - HikariPool-8 - Shutdown initiated...
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 62. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 63. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 64. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 65. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 66. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 67. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 68. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 69. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 70. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 71. Connection closed
240215 16:06:56 [INFO ] [Thread-27] [c.z.h.HikariDataSource:352] - HikariPool-8 - Shutdown completed.
240215 16:06:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:06:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 147 ms
240215 16:06:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-9 - Starting...
240215 16:06:57 [INFO ] [restartedMain] [j.connection:541] - 72. Connection opened
240215 16:06:57 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@b3025d1
240215 16:06:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-9 - Start completed.
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:06:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.264 seconds (process running for 1968.472)
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 73. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 74. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 75. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 76. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 77. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 78. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 79. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 80. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 81. Connection opened
240215 16:07:29 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-9 - Shutdown initiated...
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 72. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 73. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 74. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 75. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 76. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 77. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 78. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 79. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 80. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 81. Connection closed
240215 16:07:29 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-9 - Shutdown completed.
240215 09:14:20 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 09:14:21 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 09:14:21 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 09:14:22 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 09:14:22 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 09:14:22 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 1357 ms
240215 09:14:22 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 09:14:22 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 09:14:22 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe371e3
240215 09:14:22 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 09:14:22 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 09:14:22 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 09:14:23 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 09:14:23 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 09:14:23 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 09:14:24 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 09:14:24 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 09:14:24 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 09:14:24 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 4.776 seconds (process running for 5.602)
240215 09:15:39 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 09:15:39 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 09:15:39 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 2 ms
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:15:40 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:54 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:21:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:07 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:09 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:10 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:11 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:22:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:24 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:44 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:23:58 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:26:18 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:34:15 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:37:42 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:32 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:33 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:49 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:39:51 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:15 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:40:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:04 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:41:12 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 09:43:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 09:43:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 09:43:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 12:13:07 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 12:13:07 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 12:13:07 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 12:13:07 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 12:13:08 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 12:13:08 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 12:13:08 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 1072 ms
240215 12:13:08 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 12:13:08 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 12:13:08 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3f04e5e9
240215 12:13:08 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 12:13:08 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 12:13:08 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 12:13:10 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 12:13:10 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 12:13:10 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 12:13:10 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 3.541 seconds (process running for 4.376)
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 12:18:46 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:18:46 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:18:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:24:14 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:35 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:37 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:38 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:25:39 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:44 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:26:44 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:44 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:44 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:26:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:18 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:38:35 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:46 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:50 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:39:51 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:34 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:36 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:38 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:40:40 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:42:25 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 12:42:25 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 11. Connection opened
240215 12:42:38 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 12:42:38 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 12. Connection opened
240215 12:42:42 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 12:42:42 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 13. Connection opened
240215 12:42:42 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 12:42:42 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 14. Connection opened
240215 12:42:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 12:42:44 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 15. Connection opened
240215 12:42:46 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 12:42:46 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 16. Connection opened
240215 12:42:49 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 12:42:49 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 17. Connection opened
240215 12:42:54 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 12:42:54 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 18. Connection opened
240215 12:42:56 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 12:42:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 19. Connection opened
240215 12:42:58 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 12:42:58 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 20. Connection opened
240215 12:44:24 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:24 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:31 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:32 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:44:33 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:48:34 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:10 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:31 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:49:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:29 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:33 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:51:34 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:28 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 12:52:49 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:11:53 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 11. Connection closed
240215 13:11:53 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 21. Connection opened
240215 13:11:59 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 12. Connection closed
240215 13:11:59 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 22. Connection opened
240215 13:11:59 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 13. Connection closed
240215 13:11:59 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 23. Connection opened
240215 13:12:09 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 15. Connection closed
240215 13:12:09 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 24. Connection opened
240215 13:12:16 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 14. Connection closed
240215 13:12:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 25. Connection opened
240215 13:12:25 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 18. Connection closed
240215 13:12:25 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 26. Connection opened
240215 13:12:28 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 17. Connection closed
240215 13:12:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 27. Connection opened
240215 13:12:31 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 16. Connection closed
240215 13:12:31 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 28. Connection opened
240215 13:12:32 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 20. Connection closed
240215 13:12:32 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 29. Connection opened
240215 13:12:51 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 19. Connection closed
240215 13:12:51 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 30. Connection opened
240215 13:41:15 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 23. Connection closed
240215 13:41:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 31. Connection opened
240215 13:41:17 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 21. Connection closed
240215 13:41:17 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 32. Connection opened
240215 13:41:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 24. Connection closed
240215 13:41:44 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 33. Connection opened
240215 13:41:45 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 22. Connection closed
240215 13:41:45 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 34. Connection opened
240215 13:41:48 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 28. Connection closed
240215 13:41:48 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 35. Connection opened
240215 13:42:04 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 29. Connection closed
240215 13:42:04 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 36. Connection opened
240215 13:42:10 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 26. Connection closed
240215 13:42:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 37. Connection opened
240215 13:42:13 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 25. Connection closed
240215 13:42:13 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 38. Connection opened
240215 13:42:15 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 27. Connection closed
240215 13:42:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 39. Connection opened
240215 13:42:24 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 30. Connection closed
240215 13:42:24 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 40. Connection opened
240215 13:44:54 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:44:54 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:04 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:46:07 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:50:59 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:02 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:51:49 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:33 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:35 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:35 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:35 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:35 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:46 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:47 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:47 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:47 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:47 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:48 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:51 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:51 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:51 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:51 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:54 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:52:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:52:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:43 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:46 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:53:50 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:54:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:56:25 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:54 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:56 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:57 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 13:57:58 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:00:03 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:42 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:01:44 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:02:22 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:06 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-02-06 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}
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:05:08 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 31. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 32. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 33. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 34. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 35. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 36. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 37. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 38. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 39. Connection closed
240215 14:07:12 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 40. Connection closed
240215 14:07:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:07:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:07:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:07:14 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:07:14 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:07:15 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:07:15 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:07:15 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 832 ms
240215 14:07:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:07:15 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:07:15 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4519c6d4
240215 14:07:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:07:15 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:07:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:07:15 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:07:16 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:07:17 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:07:17 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:07:17 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:07:17 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 3.098 seconds (process running for 3.681)
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:07:37 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:07:37 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:07:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:08 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:11 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:12 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:47 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:12:47 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:12:47 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:12:47 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:12:47 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:12:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:12:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 228 ms
240215 14:12:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 14:12:48 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 14:12:48 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1838acca
240215 14:12:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 14:12:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:12:48 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.457 seconds (process running for 334.622)
240215 14:12:48 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 14:12:48 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 14:12:50 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 14:12:50 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:12:50 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 14:12:50 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 14:12:50 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 14:12:50 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:12:50 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 194 ms
240215 14:12:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 14:12:51 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 14:12:51 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7eb09849
240215 14:12:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:12:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:12:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.33 seconds (process running for 337.576)
240215 14:12:51 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 14:12:51 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:12:53 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:53 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:58 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:12:59 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:01 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:02 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:10 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:11 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:13:11 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:11 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 14:13:11 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 14:13:11 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 14:13:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 209 ms
240215 14:13:11 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 14:13:11 [INFO ] [restartedMain] [j.connection:541] - 31. Connection opened
240215 14:13:11 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2ab1501a
240215 14:13:11 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 32. Connection opened
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.392 seconds (process running for 357.972)
240215 14:13:11 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 33. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 34. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 35. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 36. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 37. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 38. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 39. Connection opened
240215 14:13:11 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 40. Connection opened
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:13:14 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:14 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 14:13:14 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:14 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 31. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 32. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 33. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 34. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 35. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 36. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 37. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 38. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 39. Connection closed
240215 14:13:14 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 40. Connection closed
240215 14:13:14 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 14:13:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:14 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:14 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:14 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:14 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:15 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 383 ms
240215 14:13:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 14:13:15 [INFO ] [restartedMain] [j.connection:541] - 41. Connection opened
240215 14:13:15 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2d784e43
240215 14:13:15 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 42. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 43. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 44. Connection opened
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 45. Connection opened
240215 14:13:15 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:15 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.664 seconds (process running for 361.616)
240215 14:13:15 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 46. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 47. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 48. Connection opened
240215 14:13:15 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:15 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:15 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 49. Connection opened
240215 14:13:15 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 50. Connection opened
240215 14:13:17 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:17 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:19 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:25 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:27 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:28 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:13:28 [INFO ] [Thread-19] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:28 [INFO ] [Thread-19] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 41. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 42. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 43. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 44. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 45. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 46. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 47. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 48. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 49. Connection closed
240215 14:13:28 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 50. Connection closed
240215 14:13:28 [INFO ] [Thread-19] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 14:13:28 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:28 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 133 ms
240215 14:13:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 14:13:28 [INFO ] [restartedMain] [j.connection:541] - 51. Connection opened
240215 14:13:28 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6a46af68
240215 14:13:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:28 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:28 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.248 seconds (process running for 374.976)
240215 14:13:28 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 52. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 53. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 54. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 55. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 56. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 57. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 58. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 59. Connection opened
240215 14:13:28 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 60. Connection opened
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:13:29 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:30 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:37 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:39 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:13:39 [INFO ] [Thread-23] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:39 [INFO ] [Thread-23] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 51. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 52. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 53. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 54. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 55. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 56. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 57. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 58. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 59. Connection closed
240215 14:13:39 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 60. Connection closed
240215 14:13:39 [INFO ] [Thread-23] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 14:13:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 205 ms
240215 14:13:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 14:13:40 [INFO ] [restartedMain] [j.connection:541] - 61. Connection opened
240215 14:13:40 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@78a2b37c
240215 14:13:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 62. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 63. Connection opened
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:40 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.42 seconds (process running for 386.652)
240215 14:13:40 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 64. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 65. Connection opened
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:13:40 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 66. Connection opened
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 67. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 68. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 69. Connection opened
240215 14:13:40 [INFO ] [HikariPool-7 connection adder] [j.connection:541] - 70. Connection opened
240215 14:13:43 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 14:13:43 [INFO ] [Thread-27] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:13:43 [INFO ] [Thread-27] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 61. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 62. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 63. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 64. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 65. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 66. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 67. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 68. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 69. Connection closed
240215 14:13:43 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 70. Connection closed
240215 14:13:43 [INFO ] [Thread-27] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 14:13:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:13:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 218 ms
240215 14:13:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-8 - Starting...
240215 14:13:43 [INFO ] [restartedMain] [j.connection:541] - 71. Connection opened
240215 14:13:43 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2b099a72
240215 14:13:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-8 - Start completed.
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:13:43 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 72. Connection opened
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:13:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:13:43 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 73. Connection opened
240215 14:13:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.424 seconds (process running for 390.324)
240215 14:13:43 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 74. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 75. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 76. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 77. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 78. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 79. Connection opened
240215 14:13:44 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 80. Connection opened
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:13:44 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:45 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:13:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:07 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:09 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:11 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:13 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:42 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:43 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:46 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:15:46 [INFO ] [Thread-31] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:15:46 [INFO ] [Thread-31] [c.z.h.HikariDataSource:350] - HikariPool-8 - Shutdown initiated...
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 71. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 72. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 73. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 74. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 75. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 76. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 77. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 78. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 79. Connection closed
240215 14:15:46 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 80. Connection closed
240215 14:15:46 [INFO ] [Thread-31] [c.z.h.HikariDataSource:352] - HikariPool-8 - Shutdown completed.
240215 14:15:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:15:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 251 ms
240215 14:15:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-9 - Starting...
240215 14:15:46 [INFO ] [restartedMain] [j.connection:541] - 81. Connection opened
240215 14:15:46 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45111739
240215 14:15:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-9 - Start completed.
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:15:46 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 82. Connection opened
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:15:46 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:15:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.443 seconds (process running for 513.308)
240215 14:15:46 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 83. Connection opened
240215 14:15:46 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:15:46 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 84. Connection opened
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 85. Connection opened
240215 14:15:47 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 86. Connection opened
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 87. Connection opened
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 88. Connection opened
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 89. Connection opened
240215 14:15:47 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 90. Connection opened
240215 14:15:49 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:49 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:15:57 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:02 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:16:02 [INFO ] [Thread-35] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:16:02 [INFO ] [Thread-35] [c.z.h.HikariDataSource:350] - HikariPool-9 - Shutdown initiated...
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 81. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 82. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 83. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 84. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 85. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 86. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 87. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 88. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 89. Connection closed
240215 14:16:02 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 90. Connection closed
240215 14:16:02 [INFO ] [Thread-35] [c.z.h.HikariDataSource:352] - HikariPool-9 - Shutdown completed.
240215 14:16:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:16:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 194 ms
240215 14:16:03 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-10 - Starting...
240215 14:16:03 [INFO ] [restartedMain] [j.connection:541] - 91. Connection opened
240215 14:16:03 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-10 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@7c5005bd
240215 14:16:03 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-10 - Start completed.
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:16:03 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:16:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.352 seconds (process running for 529.737)
240215 14:16:03 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 92. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 93. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 94. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 95. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 96. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 97. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 98. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 99. Connection opened
240215 14:16:03 [INFO ] [HikariPool-10 connection adder] [j.connection:541] - 100. Connection opened
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:16:08 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:08 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:32 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:35 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:16:54 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:13 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:17:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:01 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:04 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:51 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:18:54 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:19 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:23 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:53 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:19:57 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:56 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:20:58 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:21:57 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:22:52 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:20 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:36 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:23:39 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:42 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:25:42 [INFO ] [Thread-39] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:25:42 [INFO ] [Thread-39] [c.z.h.HikariDataSource:350] - HikariPool-10 - Shutdown initiated...
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 91. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 92. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 93. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 94. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 95. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 96. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 97. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 98. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 99. Connection closed
240215 14:25:42 [INFO ] [HikariPool-10 connection closer] [j.connection:568] - 100. Connection closed
240215 14:25:42 [INFO ] [Thread-39] [c.z.h.HikariDataSource:352] - HikariPool-10 - Shutdown completed.
240215 14:25:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:25:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 171 ms
240215 14:25:42 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-11 - Starting...
240215 14:25:42 [INFO ] [restartedMain] [j.connection:541] - 101. Connection opened
240215 14:25:42 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-11 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@53870693
240215 14:25:42 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-11 - Start completed.
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:25:42 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:25:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.32 seconds (process running for 1109.317)
240215 14:25:42 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:25:42 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 102. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 103. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 104. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 105. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 106. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 107. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 108. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 109. Connection opened
240215 14:25:43 [INFO ] [HikariPool-11 connection adder] [j.connection:541] - 110. Connection opened
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:25:44 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:25:44 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:26:47 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
240215 14:26:47 [INFO ] [Thread-43] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:26:47 [INFO ] [Thread-43] [c.z.h.HikariDataSource:350] - HikariPool-11 - Shutdown initiated...
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 101. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 102. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 103. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 104. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 105. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 106. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 107. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 108. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 109. Connection closed
240215 14:26:47 [INFO ] [HikariPool-11 connection closer] [j.connection:568] - 110. Connection closed
240215 14:26:47 [INFO ] [Thread-43] [c.z.h.HikariDataSource:352] - HikariPool-11 - Shutdown completed.
240215 14:26:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:26:47 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 202 ms
240215 14:26:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-12 - Starting...
240215 14:26:48 [INFO ] [restartedMain] [j.connection:541] - 111. Connection opened
240215 14:26:48 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-12 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@e44dbbc
240215 14:26:48 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-12 - Start completed.
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 112. Connection opened
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:26:48 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:26:48 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.381 seconds (process running for 1174.679)
240215 14:26:48 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 113. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 114. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 115. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 116. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 117. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 118. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 119. Connection opened
240215 14:26:48 [INFO ] [HikariPool-12 connection adder] [j.connection:541] - 120. Connection opened
240215 14:26:50 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (2 additions, 0 deletions, 0 modifications)
240215 14:26:50 [INFO ] [Thread-47] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:26:50 [INFO ] [Thread-47] [c.z.h.HikariDataSource:350] - HikariPool-12 - Shutdown initiated...
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 111. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 112. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 113. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 114. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 115. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 116. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 117. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 118. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 119. Connection closed
240215 14:26:50 [INFO ] [HikariPool-12 connection closer] [j.connection:568] - 120. Connection closed
240215 14:26:50 [INFO ] [Thread-47] [c.z.h.HikariDataSource:352] - HikariPool-12 - Shutdown completed.
240215 14:26:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:26:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 164 ms
240215 14:26:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-13 - Starting...
240215 14:26:51 [INFO ] [restartedMain] [j.connection:541] - 121. Connection opened
240215 14:26:51 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-13 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@942a271
240215 14:26:51 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-13 - Start completed.
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:26:51 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:26:51 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.286 seconds (process running for 1177.633)
240215 14:26:51 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 122. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 123. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 124. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 125. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 126. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 127. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 128. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 129. Connection opened
240215 14:26:51 [INFO ] [HikariPool-13 connection adder] [j.connection:541] - 130. Connection opened
240215 14:26:57 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:26:57 [INFO ] [Thread-51] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:26:57 [INFO ] [Thread-51] [c.z.h.HikariDataSource:350] - HikariPool-13 - Shutdown initiated...
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 121. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 122. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 123. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 124. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 125. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 126. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 127. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 128. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 129. Connection closed
240215 14:26:57 [INFO ] [HikariPool-13 connection closer] [j.connection:568] - 130. Connection closed
240215 14:26:57 [INFO ] [Thread-51] [c.z.h.HikariDataSource:352] - HikariPool-13 - Shutdown completed.
240215 14:26:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:26:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 138 ms
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-14 - Starting...
240215 14:26:57 [INFO ] [restartedMain] [j.connection:541] - 131. Connection opened
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-14 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4b8e8b52
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-14 - Start completed.
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:26:57 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-14 - Shutdown initiated...
240215 14:26:57 [INFO ] [HikariPool-14 connection closer] [j.connection:568] - 131. Connection closed
240215 14:26:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-14 - Shutdown completed.
240215 14:26:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 14:26:57 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 14:26:57 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 14:27:13 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:27:13 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 129 ms
240215 14:27:14 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-15 - Starting...
240215 14:27:14 [INFO ] [restartedMain] [j.connection:541] - 132. Connection opened
240215 14:27:14 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-15 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@16bc7314
240215 14:27:14 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-15 - Start completed.
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:27:14 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:27:14 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.253 seconds (process running for 1200.547)
240215 14:27:14 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 133. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 134. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 135. Connection opened
240215 14:27:14 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:27:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:27:14 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 136. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 137. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 138. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 139. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 140. Connection opened
240215 14:27:14 [INFO ] [HikariPool-15 connection adder] [j.connection:541] - 141. Connection opened
240215 14:27:17 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-15 - Shutdown initiated...
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 132. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 133. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 134. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 135. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 136. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 137. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 138. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 139. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 140. Connection closed
240215 14:27:17 [INFO ] [HikariPool-15 connection closer] [j.connection:568] - 141. Connection closed
240215 14:27:17 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-15 - Shutdown completed.
240215 14:27:19 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:27:19 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:27:19 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:27:19 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:27:20 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:27:20 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:27:20 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 1014 ms
240215 14:27:20 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:27:21 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:27:21 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@20df4dd8
240215 14:27:21 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:27:21 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:27:21 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:27:22 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:27:22 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:27:22 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:27:22 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.908 seconds (process running for 3.517)
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:27:28 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - SELECT
usrid,
MIN(SRVDT) AS firstActivityTime,
MAX(SRVDT) AS lastActivityTime
FROM
t_lg202402
WHERE SRVDT BETWEEN '2024-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}
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:27:29 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:30:52 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 3 class path changes (0 additions, 3 deletions, 0 modifications)
240215 14:30:52 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:30:52 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:30:52 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:30:52 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:30:52 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:30:52 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:30:52 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:30:52 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:30:52 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 373 ms
240215 14:30:52 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 14:30:52 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 14:30:52 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a1e3f67
240215 14:30:52 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 14:30:52 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 14:30:53 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:30:53 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:30:53 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 14:30:53 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.588 seconds (process running for 214.454)
240215 14:30:53 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 14:30:53 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 14:30:55 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
240215 14:30:55 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:30:55 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 14:30:55 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 14:30:55 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 14:30:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:30:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 253 ms
240215 14:30:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 14:30:56 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 14:30:56 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@605161a9
240215 14:30:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:30:56 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:30:56 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.442 seconds (process running for 217.665)
240215 14:30:56 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 14:30:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 14:32:27 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 2 deletions, 0 modifications)
240215 14:32:27 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:32:27 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 14:32:27 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 14:32:27 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 14:32:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:32:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 224 ms
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 14:32:28 [INFO ] [restartedMain] [j.connection:541] - 31. Connection opened
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1f928a0b
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:32:28 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commuteServiceImpl': Lookup method resolution failed
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 14:32:28 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 31. Connection closed
240215 14:32:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 14:32:28 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 14:32:28 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 14:32:28 [ERROR] [restartedMain] [o.s.b.SpringApplication:851] - 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
240215 14:32:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:32:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 231 ms
240215 14:32:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 14:32:57 [INFO ] [restartedMain] [j.connection:541] - 32. Connection opened
240215 14:32:57 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2dc103c9
240215 14:32:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 33. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 34. Connection opened
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:32:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:32:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.437 seconds (process running for 339.119)
240215 14:32:57 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 35. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 36. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 37. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 38. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 39. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 40. Connection opened
240215 14:32:57 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 41. Connection opened
240215 14:33:00 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 3 class path changes (3 additions, 0 deletions, 0 modifications)
240215 14:33:00 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:33:00 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 32. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 33. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 34. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 35. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 36. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 37. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 38. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 39. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 40. Connection closed
240215 14:33:00 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 41. Connection closed
240215 14:33:00 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 14:33:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:33:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 301 ms
240215 14:33:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 14:33:00 [INFO ] [restartedMain] [j.connection:541] - 42. Connection opened
240215 14:33:00 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@799e6505
240215 14:33:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 43. Connection opened
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 44. Connection opened
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:33:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:33:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.523 seconds (process running for 342.303)
240215 14:33:00 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 45. Connection opened
240215 14:33:00 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 46. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 47. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 48. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 49. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 50. Connection opened
240215 14:33:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 51. Connection opened
240215 14:34:54 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 14:34:54 [INFO ] [Thread-22] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:34:54 [INFO ] [Thread-22] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 42. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 43. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 44. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 45. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 46. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 47. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 48. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 49. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 50. Connection closed
240215 14:34:54 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 51. Connection closed
240215 14:34:54 [INFO ] [Thread-22] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 14:34:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:34:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 235 ms
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 14:34:55 [INFO ] [restartedMain] [j.connection:541] - 52. Connection opened
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5714ae4d
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:34:55 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 14:34:55 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 52. Connection closed
240215 14:34:55 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 14:34:55 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 14:34:55 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 14:34:55 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 14:37:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:37:55 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:37:55 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:37:55 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:37:56 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:37:56 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:37:56 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 993 ms
240215 14:37:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:37:56 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:37:56 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@37d91d20
240215 14:37:56 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:37:56 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:37:56 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:37:57 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:37:57 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:37:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:37:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:37:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.802 seconds (process running for 3.335)
240215 14:38:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:38:07 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:38:07 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:38:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:38:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:38:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 14:38:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 14:38:10 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:38:10 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:38:10 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 811 ms
240215 14:38:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 14:38:10 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 14:38:10 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6206aae4
240215 14:38:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 14:38:10 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 14:38:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 14:38:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 14:38:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 14:38:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 14:38:11 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:38:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:38:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:38:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.552 seconds (process running for 3.074)
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:38:25 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:26 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:30 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:41 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:44 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:38:44 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:38:44 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 14:38:44 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 14:38:44 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 14:38:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:38:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 185 ms
240215 14:38:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 14:38:44 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 14:38:44 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@67d0a8ca
240215 14:38:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:38:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:38:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.331 seconds (process running for 35.962)
240215 14:38:44 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 14:38:44 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:38:46 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:46 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:38:59 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 14:38:59 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 14:38:59 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 14:38:59 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 14:38:59 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 14:38:59 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 14:38:59 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 287 ms
240215 14:39:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 14:39:00 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 14:39:00 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@2372c611
240215 14:39:00 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 14:39:00 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 14:39:00 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.445 seconds (process running for 51.694)
240215 14:39:00 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 14:39:00 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 14:39:02 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:02 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:56 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:39:58 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:03 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:12 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:15 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:40:18 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:42 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:44 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:46 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:48 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:49 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:41:50 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:20 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:22 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:45:23 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:28 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:29 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:52:59 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:53:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:43 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:54:44 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 14:55:15 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:08:16 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 15:08:16 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 31. Connection opened
240215 15:08:19 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 15:08:19 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 32. Connection opened
240215 15:08:25 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 15:08:25 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 33. Connection opened
240215 15:08:26 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 15:08:26 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 34. Connection opened
240215 15:08:35 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 15:08:35 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 35. Connection opened
240215 15:08:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 15:08:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 36. Connection opened
240215 15:08:47 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 15:08:47 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 37. Connection opened
240215 15:08:54 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 15:08:54 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 38. Connection opened
240215 15:08:56 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 15:08:56 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 39. Connection opened
240215 15:08:59 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 15:08:59 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 40. Connection opened
240215 15:10:05 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:10:05 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:43 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 0 deletions, 2 modifications)
240215 15:11:43 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:11:43 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 31. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 32. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 33. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 34. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 35. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 36. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 37. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 38. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 39. Connection closed
240215 15:11:43 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 40. Connection closed
240215 15:11:43 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 15:11:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:11:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 188 ms
240215 15:11:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 15:11:44 [INFO ] [restartedMain] [j.connection:541] - 41. Connection opened
240215 15:11:44 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@537979c3
240215 15:11:44 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 42. Connection opened
240215 15:11:44 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:11:44 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.345 seconds (process running for 2015.621)
240215 15:11:44 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 43. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 44. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 45. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 46. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 47. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 48. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 49. Connection opened
240215 15:11:44 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 50. Connection opened
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 0 ms
240215 15:11:58 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:11:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:15 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:13:17 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:17:50 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:13 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:18:23 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:53 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:55 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:19:57 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 2 class path changes (0 additions, 1 deletion, 1 modification)
240215 15:19:57 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:19:57 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 41. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 42. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 43. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 44. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 45. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 46. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 47. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 48. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 49. Connection closed
240215 15:19:57 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 50. Connection closed
240215 15:19:57 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 15:19:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:19:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:19:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:19:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:19:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:19:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:19:58 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 260 ms
240215 15:19:58 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 15:19:58 [INFO ] [restartedMain] [j.connection:541] - 51. Connection opened
240215 15:19:58 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@5dab8960
240215 15:19:58 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 52. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 53. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 54. Connection opened
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 55. Connection opened
240215 15:19:58 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:19:58 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.568 seconds (process running for 2509.61)
240215 15:19:58 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 56. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 57. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 58. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 59. Connection opened
240215 15:19:58 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 60. Connection opened
240215 15:19:58 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:19:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:19:58 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 2 ms
240215 15:20:01 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 15:20:01 [INFO ] [Thread-19] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:20:01 [INFO ] [Thread-19] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 51. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 52. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 53. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 54. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 55. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 56. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 57. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 58. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 59. Connection closed
240215 15:20:01 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 60. Connection closed
240215 15:20:01 [INFO ] [Thread-19] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 15:20:01 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:20:01 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 231 ms
240215 15:20:01 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 15:20:01 [INFO ] [restartedMain] [j.connection:541] - 61. Connection opened
240215 15:20:01 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4bceaea
240215 15:20:01 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 62. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 63. Connection opened
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:20:01 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:20:01 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.575 seconds (process running for 2513.189)
240215 15:20:01 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 64. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 65. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 66. Connection opened
240215 15:20:01 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 67. Connection opened
240215 15:20:02 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 68. Connection opened
240215 15:20:02 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 69. Connection opened
240215 15:20:02 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 70. Connection opened
240215 15:21:38 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 15:21:38 [INFO ] [Thread-23] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:21:38 [INFO ] [Thread-23] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 61. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 62. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 63. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 64. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 65. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 66. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 67. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 68. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 69. Connection closed
240215 15:21:38 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 70. Connection closed
240215 15:21:38 [INFO ] [Thread-23] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 15:21:38 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:21:38 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 126 ms
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 15:21:38 [INFO ] [restartedMain] [j.connection:541] - 71. Connection opened
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3b655546
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:21:38 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 15:21:38 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 71. Connection closed
240215 15:21:38 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 15:21:38 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 15:21:38 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 15:21:38 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 15:25:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:25:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:25:27 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:25:27 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 776 ms
240215 15:25:27 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 15:25:28 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 15:25:28 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@34b410ed
240215 15:25:28 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 15:25:28 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 15:25:28 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 15:25:29 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:25:29 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:25:29 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:25:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.504 seconds (process running for 3.033)
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 15:25:31 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:25:32 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:40 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:43 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:27:57 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:17 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:19 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:21 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:23 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:28 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:28:28 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:28 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:28 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:29 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:30 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:32 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:49 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:28:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:03 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:35 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:49 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:29:52 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:32:05 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 15:32:05 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:32:05 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 15:32:05 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 15:32:05 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 15:32:05 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:32:05 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 309 ms
240215 15:32:06 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 15:32:06 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 15:32:06 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@3fca7a3a
240215 15:32:06 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 15:32:06 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:32:06 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.57 seconds (process running for 400.376)
240215 15:32:06 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 15:32:06 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 15:32:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 15:32:12 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 15:32:12 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 15:34:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:34:09 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:34:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
240215 15:34:09 [INFO ] [restartedMain] [o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor:252] - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
240215 15:34:10 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:34:10 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:34:10 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 794 ms
240215 15:34:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-1 - Starting...
240215 15:34:10 [INFO ] [restartedMain] [j.connection:541] - 1. Connection opened
240215 15:34:10 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-1 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@353af741
240215 15:34:10 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-1 - Start completed.
240215 15:34:10 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 2. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 3. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 4. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 5. Connection opened
240215 15:34:10 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 6. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 7. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 8. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 9. Connection opened
240215 15:34:11 [INFO ] [HikariPool-1 connection adder] [j.connection:541] - 10. Connection opened
240215 15:34:11 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:34:11 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:34:11 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:34:11 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 2.51 seconds (process running for 3.013)
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 15:34:38 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:34:38 [WARN ] [http-nio-8080-exec-6] [n.n.u.t.e.ExpressionProcessor:318] - 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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:34:39 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:08 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:35:11 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:06 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:37:08 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:55 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:39:59 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:08 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:09 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:11 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:12 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:13 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:14 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:21 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:22 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:23 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:24 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:30 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:55 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:40:57 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:00 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:48 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:41:51 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:43:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:31 [ERROR] [http-nio-8080-exec-2] [o.t.TemplateEngine:1141] - [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
240215 15:43:31 [ERROR] [http-nio-8080-exec-2] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:43:31 [ERROR] [http-nio-8080-exec-2] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:43:51 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:43:51 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:51 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:51 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:43:51 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:43:51 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:43:51 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:25 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:44:25 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:44:25 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:25 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:25 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:44:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [ERROR] [http-nio-8080-exec-6] [o.t.TemplateEngine:1141] - [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
240215 15:44:25 [ERROR] [http-nio-8080-exec-6] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:25 [ERROR] [http-nio-8080-exec-6] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:25 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:44:25 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:25 [ERROR] [http-nio-8080-exec-5] [o.t.TemplateEngine:1141] - [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
240215 15:44:25 [ERROR] [http-nio-8080-exec-5] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:25 [ERROR] [http-nio-8080-exec-5] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-2] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-2] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-2] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-10] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-8] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-8] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-8] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:26 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.t.TemplateEngine:1141] - [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
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:26 [ERROR] [http-nio-8080-exec-7] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:27 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.t.TemplateEngine:1141] - [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
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:44:27 [INFO ] [http-nio-8080-exec-8] [j.sqltiming:373] - 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}
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [WARN ] [http-nio-8080-exec-8] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.t.TemplateEngine:1141] - [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
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:44:27 [ERROR] [http-nio-8080-exec-8] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:45:56 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:45:56 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:56 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:56 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:56 [ERROR] [http-nio-8080-exec-7] [o.t.TemplateEngine:1141] - [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
240215 15:45:56 [ERROR] [http-nio-8080-exec-7] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 15:45:56 [ERROR] [http-nio-8080-exec-7] [o.s.b.a.w.s.e.ErrorMvcAutoConfiguration$StaticView:202] - 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.
240215 15:45:57 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:57 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:45:58 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [INFO ] [http-nio-8080-exec-3] [j.sqltiming:373] - 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}
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:02 [WARN ] [http-nio-8080-exec-3] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:04 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:46:07 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:36 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:39 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 15:48:39 [INFO ] [Thread-5] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:48:39 [INFO ] [Thread-5] [c.z.h.HikariDataSource:350] - HikariPool-1 - Shutdown initiated...
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 1. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 2. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 3. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 4. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 5. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 6. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 7. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 8. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 9. Connection closed
240215 15:48:39 [INFO ] [HikariPool-1 connection closer] [j.connection:568] - 10. Connection closed
240215 15:48:39 [INFO ] [Thread-5] [c.z.h.HikariDataSource:352] - HikariPool-1 - Shutdown completed.
240215 15:48:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:48:39 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 247 ms
240215 15:48:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-2 - Starting...
240215 15:48:40 [INFO ] [restartedMain] [j.connection:541] - 11. Connection opened
240215 15:48:40 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-2 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1a94181f
240215 15:48:40 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-2 - Start completed.
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 12. Connection opened
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:48:40 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:48:40 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.45 seconds (process running for 871.585)
240215 15:48:40 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 13. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 14. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 15. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 16. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 17. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 18. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 19. Connection opened
240215 15:48:40 [INFO ] [HikariPool-2 connection adder] [j.connection:541] - 20. Connection opened
240215 15:48:42 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 15:48:42 [INFO ] [Thread-7] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 15:48:42 [INFO ] [Thread-7] [c.z.h.HikariDataSource:350] - HikariPool-2 - Shutdown initiated...
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 11. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 12. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 13. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 14. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 15. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 16. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 17. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 18. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 19. Connection closed
240215 15:48:42 [INFO ] [HikariPool-2 connection closer] [j.connection:568] - 20. Connection closed
240215 15:48:42 [INFO ] [Thread-7] [c.z.h.HikariDataSource:352] - HikariPool-2 - Shutdown completed.
240215 15:48:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 15:48:42 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 261 ms
240215 15:48:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-3 - Starting...
240215 15:48:43 [INFO ] [restartedMain] [j.connection:541] - 21. Connection opened
240215 15:48:43 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-3 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@678e1c9c
240215 15:48:43 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-3 - Start completed.
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 22. Connection opened
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 15:48:43 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 15:48:43 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.442 seconds (process running for 874.632)
240215 15:48:43 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 23. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 24. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 25. Connection opened
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 1 ms
240215 15:48:43 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 26. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 27. Connection opened
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 28. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 29. Connection opened
240215 15:48:43 [INFO ] [HikariPool-3 connection adder] [j.connection:541] - 30. Connection opened
240215 15:48:48 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:48:48 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:04 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:17 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:43 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:45 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:47 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:57:59 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:01 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [INFO ] [http-nio-8080-exec-2] [j.sqltiming:373] - 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}
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:22 [WARN ] [http-nio-8080-exec-2] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:58:24 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:08 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:10 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [INFO ] [http-nio-8080-exec-7] [j.sqltiming:373] - 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}
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:12 [WARN ] [http-nio-8080-exec-7] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [INFO ] [http-nio-8080-exec-6] [j.sqltiming:373] - 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}
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:16 [WARN ] [http-nio-8080-exec-6] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 15:59:21 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:16 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:24 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:29 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:38 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:41 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [INFO ] [http-nio-8080-exec-4] [j.sqltiming:373] - 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}
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:44 [WARN ] [http-nio-8080-exec-4] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [INFO ] [http-nio-8080-exec-10] [j.sqltiming:373] - 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}
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:53 [WARN ] [http-nio-8080-exec-10] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:56 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:00:59 [INFO ] [http-nio-8080-exec-9] [j.sqltiming:373] - 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}
240215 16:00:59 [ERROR] [http-nio-8080-exec-9] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 16:00:59 [WARN ] [http-nio-8080-exec-9] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:02:01 [INFO ] [http-nio-8080-exec-5] [j.sqltiming:373] - 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}
240215 16:02:01 [ERROR] [http-nio-8080-exec-5] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 16:02:01 [WARN ] [http-nio-8080-exec-5] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:02:03 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 16:02:03 [INFO ] [Thread-11] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:02:03 [INFO ] [Thread-11] [c.z.h.HikariDataSource:350] - HikariPool-3 - Shutdown initiated...
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 21. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 22. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 23. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 24. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 25. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 26. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 27. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 28. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 29. Connection closed
240215 16:02:03 [INFO ] [HikariPool-3 connection closer] [j.connection:568] - 30. Connection closed
240215 16:02:03 [INFO ] [Thread-11] [c.z.h.HikariDataSource:352] - HikariPool-3 - Shutdown completed.
240215 16:02:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:02:03 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 213 ms
240215 16:02:04 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-4 - Starting...
240215 16:02:04 [INFO ] [restartedMain] [j.connection:541] - 31. Connection opened
240215 16:02:04 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-4 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@1ba044eb
240215 16:02:04 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-4 - Start completed.
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 32. Connection opened
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:02:04 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:02:04 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.396 seconds (process running for 1675.52)
240215 16:02:04 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 33. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 34. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 35. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 36. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 37. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 38. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 39. Connection opened
240215 16:02:04 [INFO ] [HikariPool-4 connection adder] [j.connection:541] - 40. Connection opened
240215 16:02:06 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (1 addition, 0 deletions, 0 modifications)
240215 16:02:06 [INFO ] [Thread-15] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:02:06 [INFO ] [Thread-15] [c.z.h.HikariDataSource:350] - HikariPool-4 - Shutdown initiated...
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 31. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 32. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 33. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 34. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 35. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 36. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 37. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 38. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 39. Connection closed
240215 16:02:06 [INFO ] [HikariPool-4 connection closer] [j.connection:568] - 40. Connection closed
240215 16:02:06 [INFO ] [Thread-15] [c.z.h.HikariDataSource:352] - HikariPool-4 - Shutdown completed.
240215 16:02:06 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:02:06 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 213 ms
240215 16:02:07 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-5 - Starting...
240215 16:02:07 [INFO ] [restartedMain] [j.connection:541] - 41. Connection opened
240215 16:02:07 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-5 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@12a5303a
240215 16:02:07 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-5 - Start completed.
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:02:07 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 42. Connection opened
240215 16:02:07 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.382 seconds (process running for 1678.505)
240215 16:02:07 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 43. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 44. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 45. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 46. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 47. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 48. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 49. Connection opened
240215 16:02:07 [INFO ] [HikariPool-5 connection adder] [j.connection:541] - 50. Connection opened
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:532] - Initializing Servlet 'dispatcherServlet'
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [o.s.w.s.DispatcherServlet:554] - Completed initialization in 2 ms
240215 16:02:11 [INFO ] [http-nio-8080-exec-1] [j.sqltiming:373] - 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}
240215 16:02:11 [ERROR] [http-nio-8080-exec-1] [o.a.c.c.C.[.[.[.[dispatcherServlet]:175] - 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)
240215 16:02:11 [WARN ] [http-nio-8080-exec-1] [o.t.s.p.AbstractStandardFragmentInsertionTagProcessor:385] - [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.
240215 16:05:26 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 0 deletions, 1 modification)
240215 16:05:26 [INFO ] [Thread-19] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:05:26 [INFO ] [Thread-19] [c.z.h.HikariDataSource:350] - HikariPool-5 - Shutdown initiated...
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 41. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 42. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 43. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 44. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 45. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 46. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 47. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 48. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 49. Connection closed
240215 16:05:26 [INFO ] [HikariPool-5 connection closer] [j.connection:568] - 50. Connection closed
240215 16:05:26 [INFO ] [Thread-19] [c.z.h.HikariDataSource:352] - HikariPool-5 - Shutdown completed.
240215 16:05:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:05:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 414 ms
240215 16:05:27 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-6 - Starting...
240215 16:05:27 [INFO ] [restartedMain] [j.connection:541] - 51. Connection opened
240215 16:05:27 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-6 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@6fe1e5ba
240215 16:05:27 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-6 - Start completed.
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 52. Connection opened
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:05:27 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 53. Connection opened
240215 16:05:27 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.617 seconds (process running for 1878.828)
240215 16:05:27 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 54. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 55. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 56. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 57. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 58. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 59. Connection opened
240215 16:05:27 [INFO ] [HikariPool-6 connection adder] [j.connection:541] - 60. Connection opened
240215 16:05:46 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 16:05:46 [INFO ] [Thread-23] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:05:46 [INFO ] [Thread-23] [c.z.h.HikariDataSource:350] - HikariPool-6 - Shutdown initiated...
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 51. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 52. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 53. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 54. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 55. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 56. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 57. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 58. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 59. Connection closed
240215 16:05:46 [INFO ] [HikariPool-6 connection closer] [j.connection:568] - 60. Connection closed
240215 16:05:46 [INFO ] [Thread-23] [c.z.h.HikariDataSource:352] - HikariPool-6 - Shutdown completed.
240215 16:05:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:05:46 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 132 ms
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-7 - Starting...
240215 16:05:46 [INFO ] [restartedMain] [j.connection:541] - 61. Connection opened
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-7 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@4d728737
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-7 - Start completed.
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:05:46 [WARN ] [restartedMain] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:632] - 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: {}
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:350] - HikariPool-7 - Shutdown initiated...
240215 16:05:46 [INFO ] [HikariPool-7 connection closer] [j.connection:568] - 61. Connection closed
240215 16:05:46 [INFO ] [restartedMain] [c.z.h.HikariDataSource:352] - HikariPool-7 - Shutdown completed.
240215 16:05:46 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Stopping service [Tomcat]
240215 16:05:46 [INFO ] [restartedMain] [o.s.b.a.l.ConditionEvaluationReportLogger:82] -
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
240215 16:05:46 [ERROR] [restartedMain] [o.s.b.d.LoggingFailureAnalysisReporter:40] -
***************************
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.
240215 16:06:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:06:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 131 ms
240215 16:06:29 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-8 - Starting...
240215 16:06:29 [INFO ] [restartedMain] [j.connection:541] - 62. Connection opened
240215 16:06:29 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-8 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@45f8961c
240215 16:06:29 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-8 - Start completed.
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:06:29 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:06:29 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.254 seconds (process running for 1941.147)
240215 16:06:29 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:06:29 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 63. Connection opened
240215 16:06:29 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 64. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 65. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 66. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 67. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 68. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 69. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 70. Connection opened
240215 16:06:30 [INFO ] [HikariPool-8 connection adder] [j.connection:541] - 71. Connection opened
240215 16:06:56 [INFO ] [File Watcher] [o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211] - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
240215 16:06:56 [INFO ] [Thread-27] [o.a.c.h.Http11NioProtocol:173] - Stopping ProtocolHandler ["http-nio-8080"]
240215 16:06:56 [INFO ] [Thread-27] [c.z.h.HikariDataSource:350] - HikariPool-8 - Shutdown initiated...
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 62. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 63. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 64. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 65. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 66. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 67. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 68. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 69. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 70. Connection closed
240215 16:06:56 [INFO ] [HikariPool-8 connection closer] [j.connection:568] - 71. Connection closed
240215 16:06:56 [INFO ] [Thread-27] [c.z.h.HikariDataSource:352] - HikariPool-8 - Shutdown completed.
240215 16:06:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:50] - 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)
240215 16:06:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:654] - No active profile set, falling back to 1 default profile: "default"
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:109] - Tomcat initialized with port 8080 (http)
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Initializing ProtocolHandler ["http-nio-8080"]
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.c.StandardService:173] - Starting service [Tomcat]
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.c.StandardEngine:173] - Starting Servlet engine: [Apache Tomcat/10.1.18]
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.c.C.[.[.[/]:173] - Initializing Spring embedded WebApplicationContext
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.w.s.c.ServletWebServerApplicationContext:296] - Root WebApplicationContext: initialization completed in 147 ms
240215 16:06:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:110] - HikariPool-9 - Starting...
240215 16:06:57 [INFO ] [restartedMain] [j.connection:541] - 72. Connection opened
240215 16:06:57 [INFO ] [restartedMain] [c.z.h.p.HikariPool:565] - HikariPool-9 - Added connection net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy@b3025d1
240215 16:06:57 [INFO ] [restartedMain] [c.z.h.HikariDataSource:123] - HikariPool-9 - Start completed.
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.a.h.H2ConsoleAutoConfiguration:88] - H2 console available at '/h2-console'. Database available at 'jdbc:mysql://192.168.0.200:3312/biostar2_ac?serverTimezone=Asia/Seoul'
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.d.a.OptionalLiveReloadServer:59] - LiveReload server is running on port 35729
240215 16:06:57 [INFO ] [restartedMain] [o.a.c.h.Http11NioProtocol:173] - Starting ProtocolHandler ["http-nio-8080"]
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.w.e.t.TomcatWebServer:241] - Tomcat started on port 8080 (http) with context path ''
240215 16:06:57 [INFO ] [restartedMain] [c.i.a.ItnAdminApplication:56] - Started ItnAdminApplication in 0.264 seconds (process running for 1968.472)
240215 16:06:57 [INFO ] [restartedMain] [o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63] - Condition evaluation unchanged
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 73. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 74. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 75. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 76. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 77. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 78. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 79. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 80. Connection opened
240215 16:06:57 [INFO ] [HikariPool-9 connection adder] [j.connection:541] - 81. Connection opened
240215 16:07:29 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:350] - HikariPool-9 - Shutdown initiated...
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 72. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 73. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 74. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 75. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 76. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 77. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 78. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 79. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 80. Connection closed
240215 16:07:29 [INFO ] [HikariPool-9 connection closer] [j.connection:568] - 81. Connection closed
240215 16:07:29 [INFO ] [SpringApplicationShutdownHook] [c.z.h.HikariDataSource:352] - HikariPool-9 - Shutdown completed.