a month ago
Our authentication server runs on keycloak but every day we get a message like this:2025-04-07 15:54:04,411 ERROR [org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider] (executor-thread-101) Failed to make identity provider oauth callback: org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection [Acquisition timeout while waiting for new connection] [n/a]
And the authentication server becomes unavailable. I noted that on startup, this error shows up:2025-04-09 20:28:39,964 WARN [org.jgroups.protocols.UDP] (ForkJoinPool.commonPool-worker-1) JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB
Apr 09 16:28:44
2025-04-09 20:28:39,964 WARN [org.jgroups.protocols.UDP] (ForkJoinPool.commonPool-worker-1) JGRP000015: the receive buffer of socket MulticastSocket was set to 20MB, but the OS only allocated 212.99KB
Apr 09 16:28:44
2025-04-09 20:28:39,965 WARN [org.jgroups.protocols.UDP] (ForkJoinPool.commonPool-worker-1) JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB
Apr 09 16:28:44
2025-04-09 20:28:39,965 WARN [org.jgroups.protocols.UDP] (ForkJoinPool.commonPool-worker-1) JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 212.99KB
What do you suggest I do to fix this?
0 Replies