. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.5.7) 2022-08-15 09:38:07,302 - INFO  [main ] org.onap.cps.temporal.Application - Starting Application using Java 11.0.9.1 on onap-cps-temporal-7cc8b97647-b6chs with PID 1 (/app/classes started by ? in /app) 2022-08-15 09:38:07,306 - INFO  [main ] org.onap.cps.temporal.Application - The following profiles are active: helm 2022-08-15 09:38:09,316 - INFO  [main ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2022-08-15 09:38:09,404 - INFO  [main ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 75 ms. Found 1 JPA repository interfaces. 2022-08-15 09:38:10,531 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 2022-08-15 09:38:10,546 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] 2022-08-15 09:38:10,547 - INFO  [main ] o.a.catalina.core.StandardService - Starting service [Tomcat] 2022-08-15 09:38:10,547 - INFO  [main ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.55] 2022-08-15 09:38:10,697 - INFO  [main ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2022-08-15 09:38:10,697 - INFO  [main ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2928 ms 2022-08-15 09:38:11,469 - INFO  [main ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2022-08-15 09:38:12,023 - INFO  [main ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2022-08-15 09:38:12,606 - INFO  [main ] liquibase.database - Set default schema name to cpstemporaldb 2022-08-15 09:38:13,054 - INFO  [main ] liquibase.lockservice - Successfully acquired change log lock 2022-08-15 09:38:14,812 - INFO  [main ] liquibase.changelog - Reading from cpstemporaldb.databasechangelog 2022-08-15 09:38:15,112 - INFO  [main ] liquibase.lockservice - Successfully released change log lock 2022-08-15 09:38:15,524 - INFO  [main ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] 2022-08-15 09:38:15,600 - INFO  [main ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.32.Final 2022-08-15 09:38:15,922 - INFO  [main ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-08-15 09:38:16,124 - INFO  [main ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect 2022-08-15 09:38:16,699 - WARN  [main ] Hibernate Types - You should use Hypersistence Optimizer to speed up your Hibernate application! 2022-08-15 09:38:16,699 - WARN  [main ] Hibernate Types - For more details, go to https://vladmihalcea.com/hypersistence-optimizer/ 2022-08-15 09:38:16,700 - INFO  [main ] Hibernate Types - _ _ _ _ | | | | (_) | | | |__| |_ _ _ __ ___ _ __ ___ _ ___| |_ ___ _ __ ___ ___ | __ | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \ | | | | |_| | |_) | __/ | \__ \ \__ \ || __/ | | | (_| __/ |_| |_|\__, | .__/ \___|_| |___/_|___/\__\___|_| |_|\___\___| __/ | | |___/|_| ____ _ _ _ / __ \ | | (_) (_) | | | |_ __ | |_ _ _ __ ___ _ _______ _ __ | | | | '_ \| __| | '_ ` _ \| |_ / _ \ '__| | |__| | |_) | |_| | | | | | | |/ / __/ | \____/| .__/ \__|_|_| |_| |_|_/___\___|_| | | |_| 2022-08-15 09:38:16,700 - INFO  [main ] Hibernate Types - Check out the README page for more info about the Hypersistence Optimizer banner https://github.com/vladmihalcea/hibernate-types#how-to-remove-the-hypersistence-optimizer-banner-from-the-log 2022-08-15 09:38:16,906 - INFO  [main ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final 2022-08-15 09:38:17,573 - INFO  [main ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-15 09:38:17,586 - INFO  [main ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-08-15 09:38:20,697 - INFO  [main ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4a6c3720, org.springframework.security.web.context.SecurityContextPersistenceFilter@69c413f7, org.springframework.security.web.header.HeaderWriterFilter@2fbbdca, org.springframework.security.web.authentication.logout.LogoutFilter@199d1fb7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@58ed5ed3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6b886e86, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@38de4f1d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a8e93db, org.springframework.security.web.session.SessionManagementFilter@653e79fc, org.springframework.security.web.access.ExceptionTranslationFilter@759fe679, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@18ab86a2] 2022-08-15 09:38:20,911 - INFO  [main ] o.a.k.c.consumer.ConsumerConfig - ConsumerConfig values: allow.auto.create.topics = true auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = consumer-cps-temporal-group-1 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = false exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = cps-temporal-group group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.springframework.kafka.support.serializer.ErrorHandlingDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.mechanism = SCRAM-SHA-512 security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 10000 socket.connection.setup.timeout.max.ms = 127000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.springframework.kafka.support.serializer.ErrorHandlingDeserializer 2022-08-15 09:38:21,126 - INFO  [main ] o.a.k.c.s.a.AbstractLogin - Successfully logged in. 2022-08-15 09:38:21,209 - INFO  [main ] o.a.kafka.common.utils.AppInfoParser - Kafka version: 2.7.2 2022-08-15 09:38:21,209 - INFO  [main ] o.a.kafka.common.utils.AppInfoParser - Kafka commitId: 37a1cc36bf4d76f3 2022-08-15 09:38:21,209 - INFO  [main ] o.a.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1660556301207 2022-08-15 09:38:21,254 - INFO  [main ] o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Subscribed to topic(s): cps.data-updated-events 2022-08-15 09:38:21,265 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] 2022-08-15 09:38:21,284 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' 2022-08-15 09:38:21,388 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http) 2022-08-15 09:38:21,390 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"] 2022-08-15 09:38:21,390 - INFO  [main ] o.a.catalina.core.StandardService - Starting service [Tomcat] 2022-08-15 09:38:21,390 - INFO  [main ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.55] 2022-08-15 09:38:21,416 - INFO  [main ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2022-08-15 09:38:21,416 - INFO  [main ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 127 ms 2022-08-15 09:38:21,488 - INFO  [main ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage' 2022-08-15 09:38:21,887 - INFO  [main ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"] 2022-08-15 09:38:21,888 - INFO  [main ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path '' 2022-08-15 09:38:21,907 - INFO  [main ] org.onap.cps.temporal.Application - Started Application in 15.53 seconds (JVM running for 16.377) 2022-08-15 09:38:22,039 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Cluster ID: DpInI7TQT9iX0nlo4ojdIg 2022-08-15 09:38:22,041 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2022-08-15 09:38:22,053 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] (Re-)joining group 2022-08-15 09:38:22,247 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] (Re-)joining group 2022-08-15 09:38:25,297 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Successfully joined group with generation Generation{generationId=326, memberId='consumer-cps-temporal-group-1-b0ee503e-6839-4818-84d3-efe9b37abb04', protocol='range'} 2022-08-15 09:38:25,300 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Finished assignment for group at generation 326: {consumer-cps-temporal-group-1-b0ee503e-6839-4818-84d3-efe9b37abb04=Assignment(partitions=[cps.data-updated-events-0, cps.data-updated-events-1, cps.data-updated-events-2, cps.data-updated-events-3, cps.data-updated-events-4, cps.data-updated-events-5, cps.data-updated-events-6, cps.data-updated-events-7, cps.data-updated-events-8, cps.data-updated-events-9])} 2022-08-15 09:38:25,337 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-08-15 09:38:25,338 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2022-08-15 09:38:25,338 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 0 ms 2022-08-15 09:38:25,357 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Successfully synced group in generation Generation{generationId=326, memberId='consumer-cps-temporal-group-1-b0ee503e-6839-4818-84d3-efe9b37abb04', protocol='range'} 2022-08-15 09:38:25,358 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Notifying assignor about the new Assignment(partitions=[cps.data-updated-events-0, cps.data-updated-events-1, cps.data-updated-events-2, cps.data-updated-events-3, cps.data-updated-events-4, cps.data-updated-events-5, cps.data-updated-events-6, cps.data-updated-events-7, cps.data-updated-events-8, cps.data-updated-events-9]) 2022-08-15 09:38:25,361 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Adding newly assigned partitions: cps.data-updated-events-9, cps.data-updated-events-8, cps.data-updated-events-7, cps.data-updated-events-6, cps.data-updated-events-5, cps.data-updated-events-4, cps.data-updated-events-3, cps.data-updated-events-2, cps.data-updated-events-1, cps.data-updated-events-0 2022-08-15 09:38:25,402 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-9 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=5}} 2022-08-15 09:38:25,402 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-8 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=5}} 2022-08-15 09:38:25,402 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=3}} 2022-08-15 09:38:25,403 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=4}} 2022-08-15 09:38:25,403 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=4}} 2022-08-15 09:38:25,403 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=3}} 2022-08-15 09:38:25,403 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=5}} 2022-08-15 09:38:25,404 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=5}} 2022-08-15 09:38:25,404 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=3}} 2022-08-15 09:38:25,404 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=4}} 2022-08-15 09:38:25,406 - INFO  [intContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer - cps-temporal-group: partitions assigned: [cps.data-updated-events-9, cps.data-updated-events-8, cps.data-updated-events-7, cps.data-updated-events-6, cps.data-updated-events-5, cps.data-updated-events-4, cps.data-updated-events-3, cps.data-updated-events-2, cps.data-updated-events-1, cps.data-updated-events-0] 2022-08-15 09:39:25,277 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1f123ecf (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,282 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1170be85 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,285 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1f9a1e22 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,286 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@31d847c8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,287 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@25123aeb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,288 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@31022c5a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,289 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7ea65f56 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,290 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@d33b14d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,291 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@39421762 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 09:39:25,292 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@19829cec (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,256 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6ceba091 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,258 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@25b6cd4d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,260 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3a200ee6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,261 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@bfede1b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,262 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@73a538ac (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,262 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@606a5f30 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,263 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5a872ae5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,264 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@27f429a8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,265 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7d4e15a2 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:00:25,266 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4f6f46e4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,256 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@13389c20 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,257 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@66c7806f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,260 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4c08a783 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,262 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1b86ebbe (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,263 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3d02fdd9 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,265 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@679cd6ee (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,266 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6ea14121 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,268 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@42569c50 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,270 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@68105df6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:03:25,275 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@693addbc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,257 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@45aca97d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,259 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6903c11e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,262 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@31647e24 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,264 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1123de34 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,266 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6081c0e3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,271 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@17fdf6dc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,272 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@57a3f59 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,272 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@a2793bc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,273 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@64cfdcc3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:18:25,274 - WARN  [http-nio-8081-exec-9] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1c7c9d90 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,256 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2cdc9dee (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,257 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@278dbb4f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,260 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@12e0813c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,262 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5a1b5d63 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,265 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6a0d087c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,266 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@201091b1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,267 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@36ef1dee (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,269 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@361fae15 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,271 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@34530e42 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:21:25,273 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@106a8c60 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,256 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@c585b2b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,258 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@510c8143 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,259 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@159f492e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,261 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5b50d9b5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,263 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7fc4c92 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,264 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@324fc3b7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,266 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5df62ae9 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,267 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@36cd93 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,269 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@65cb89db (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:27:25,271 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@29d5acae (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,256 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@655e4710 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,257 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@34efcbb0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,259 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@671a42eb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,261 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@70ebefdf (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,262 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7a597556 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,264 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@30a193e6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,266 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5199203 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,267 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2a231068 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,268 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1be133bf (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:32:25,270 - WARN  [http-nio-8081-exec-5] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2763bd86 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,257 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@28cad0cb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,259 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5a10dad7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,261 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5cef9121 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,263 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@22dd4eff (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,264 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@de7a4f9 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,266 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@51fd11f0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,269 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@713be477 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,271 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@39d9e619 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,273 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@9a95db7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:53:25,275 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3062bfe3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,254 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@45986a1f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,256 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4ac8a78e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,258 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4efcc2a5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,259 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@483281f7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,262 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@187d2ab6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,264 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@17860ae0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,266 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3f470b5f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,267 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@63260879 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,269 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@12ffb631 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 10:59:25,270 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@35097f84 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,258 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@556184e4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,260 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@96a8fb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,263 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2139144c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,265 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7826e22b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,267 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@704cff63 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,269 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@452840e1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,271 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2cdaa77c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,273 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@63222f76 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,277 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@74026396 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:04:25,278 - WARN  [http-nio-8081-exec-6] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@732a0abf (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,256 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2ec96dc9 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,258 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4da7ce1a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,260 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@503038b7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,262 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3572a05d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,264 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@46cf90c1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,265 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@35eb411c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,268 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@644f3296 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,270 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@449f060a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,272 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7e6ccfc0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:07:25,273 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@11e082b0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,256 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1e54edc4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,259 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2bcc8572 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,261 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@ef4aa4f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,263 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@37f75c98 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,265 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@644a9ae (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,267 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@496c4b01 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,268 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@626136b1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,270 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6fffa5f9 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,276 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4c557871 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:16:25,277 - WARN  [http-nio-8081-exec-2] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@674a16b9 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,256 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@32138789 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,259 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@e045859 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,262 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@700fe342 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,264 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5e0e0d05 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,267 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@16402412 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,269 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3a2a6013 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,271 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@353081e7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,273 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1b78c461 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,275 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@c8f13a8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:23:25,277 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@65ccd0d2 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,255 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@54424a35 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,257 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7d2287d3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,260 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7eeb82e5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,262 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@38be6cef (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,263 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@176d50bf (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,264 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7e18519e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,266 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5c460812 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,267 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@17d4de61 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,268 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6a418c8c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:40:25,270 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5669a4fb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,255 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@30b52140 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,257 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3d5f08fc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,260 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@78ffcd6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,261 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1ea96246 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,263 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@49132ef8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,264 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@cced7ce (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,266 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@74dfe3cd (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,268 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@21b11442 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,269 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@71059a62 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 11:49:25,271 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@b8f532b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,267 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@50856b24 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,271 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5207b70c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,274 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@ce640d5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,277 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7741d626 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,280 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@34119b66 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,282 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5bc1f53f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,286 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@651ff67a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,287 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1c96ec19 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,290 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@24e48e46 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:13:25,294 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@70d8ffe8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,255 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3a8330bc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,257 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6d560e49 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,259 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@76033164 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,261 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@55a6e9c8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,265 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@70a4da29 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,267 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2d5da632 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,269 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@42ba3aec (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,271 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@20b073da (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,272 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@76138077 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:16:25,274 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@36bfd4b1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,257 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2541f5d0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,260 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6cb65487 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,275 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@24e40ffc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,278 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@e2181c5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,282 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6be84874 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,284 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@35a42be2 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,286 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@31bb4945 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,291 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3316c91e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,293 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1a149ce0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:29:25,295 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@e7b5f7b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,255 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@101d4d90 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,256 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2249af9c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,260 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3962b98e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,262 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@43e902ff (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,264 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5625f99b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,266 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@397f998c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,267 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@15fde9e4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,270 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1e88ff5e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,271 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@67983435 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:34:25,273 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@226e62b3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,255 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6561de90 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,258 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5e77d660 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,261 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@aa3ca52 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,263 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@615d10c8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,265 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@547af395 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,267 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@34deebac (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,271 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@20bb463f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,273 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2969d9b0 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,274 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2a0c7153 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:39:25,276 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@694c7c35 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,254 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1edd1422 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,256 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1d846287 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,259 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1abb94e5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,260 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6cb1ff94 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,262 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3d67ff57 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,263 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3c92226 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,267 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@45939206 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,269 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@26bd987f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,283 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@24a256b8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:42:25,286 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6eb09818 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,257 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6aee6baf (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,261 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@41a58401 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,264 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@76b51462 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,268 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6f1fba08 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,269 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@33566ee8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,271 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5ebe610f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,275 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7678be (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,277 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@122b5d42 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,279 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@128a50c1 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 12:52:25,280 - WARN  [http-nio-8081-exec-3] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3f91ed86 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,255 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4b1a770d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,258 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1a85b7b6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,261 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5ee9df5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,263 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1dd4305a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,264 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@29c4e303 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,266 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1ecbc98a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,268 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6f3bee93 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,269 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@53d155ce (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,270 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5d83684c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:01:25,271 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1dc47def (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,259 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@18d6b96 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,264 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@76384bb5 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,267 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1e181834 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,270 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@742301ba (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,272 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4570c39e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,274 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@71a14d66 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,276 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2f2632de (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,278 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4364d851 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,280 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@cb9f90 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:07:25,282 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7bfa2892 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,264 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2afc9671 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,267 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@69f80f1e (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,270 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@44874f29 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,272 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@a8606d6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,275 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@76871eea (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,277 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5f2e6fdb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,279 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@212e9d10 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,281 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1b248f55 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,284 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@551ab295 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:15:25,285 - WARN  [http-nio-8081-exec-7] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@79665f5a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,256 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3d30db26 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,259 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@46761ea3 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,263 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4fd08bcc (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,266 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@748280fb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,268 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7eb40fa7 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,271 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@84195d4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,273 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4304e1fb (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,275 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@23613438 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,277 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7df6dec4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:29:25,280 - WARN  [http-nio-8081-exec-1] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@799d1b9b (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,254 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@741d08fe (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,256 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@c0fe780 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,259 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7b7eb774 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,260 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@67b81a1d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,262 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3bfe2d4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,263 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@707f36c4 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,265 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7e34faa8 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,266 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@597b6f81 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,267 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@252e8f38 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:37:25,269 - WARN  [ttp-nio-8081-exec-10] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2cee444f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,259 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@c04361c (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,263 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6f7fd03 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,266 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@12a30764 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,268 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3f3a67fa (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,269 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7d55a703 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,271 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4473424f (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,273 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4ee1e582 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,274 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@22084e13 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,276 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@723598ee (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:51:25,278 - WARN  [http-nio-8081-exec-4] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2c0acddd (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,255 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7dde2c88 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,256 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@21e58322 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,260 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@47ca2a00 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,262 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4b7cf41d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,264 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7d25c835 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,265 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7054a820 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,268 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@66d80600 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,271 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4aa8dada (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,273 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@199fd7da (This connection has been closed.). Possibly consider using a shorter maxLifetime value. 2022-08-15 13:59:25,274 - WARN  [http-nio-8081-exec-8] com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@4cdf6961 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.