If I read the stack correctly, you're trying to obtain a connection from a Tomcat database connection pool, but the pool connection is closed and therefore useless. This can happen with a lot of databases where idle connections timeout (and close themselves) if they are not used often en...
4.Unexpected EOF on client connection. The actual issue is: Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read As far as I know, your connection is getting closed whenever java is trying to read the data from it. It can be caused by several reasons, ...
2023-05-24 02:58:31.694 UTC [13] LOG: could not create IPv6 socket for address "::1": Address family not supported by protocol 2023-05-24 02:58:31.707 UTC [13] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2023-05-24 02:58:31.739 UTC [14] LOG: database...