auto commit

This commit is contained in:
2025-09-12 09:42:36 +09:00
parent 97c522508e
commit 757e88f296
7 changed files with 17362 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Sep 02, 2025 3:00:18 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Sep 02, 2025 3:00:18 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Sep 02, 2025 3:00:18 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Sep 02, 2025 3:00:20 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Sep 02, 2025 3:00:20 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [FileWatchdog] but has failed to stop it. This is very likely to create a memory leak.
Sep 02, 2025 3:00:20 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
Sep 02, 2025 3:00:20 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
Sep 02, 2025 3:00:20 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-apr-8080"]
Sep 02, 2025 3:00:20 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-apr-8009"]

View File

@@ -0,0 +1,6 @@
Sep 02, 2025 3:00:18 PM org.apache.catalina.core.ApplicationContext log
INFO: Destroying Spring FrameworkServlet 'dispatcher'
Sep 02, 2025 3:00:18 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
Sep 02, 2025 3:00:20 PM org.apache.catalina.core.ApplicationContext log
INFO: Shutting down log4j

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff