Hello everyone,
I am new to keycloak and we have deployed keycloak in one of our Linux Server. We have simple setup the desired things in keycloak.conf file and able to start as well. However, in the console logs we are continuously getting the below error and it is frequently coming in every 2 seconds.
Recurring exception:
2023-06-16 16:31:27,023 ERROR [org.jgroups.protocols.UDP] (mcast-receiver-6,e3e-11-222-65010) JGRP000030: e3e-11-222-65010: failed handling incoming message: java.lang.IllegalArgumentException: invalid magic number 256; needs to be in range [0…100]
at org.jgroups.conf.ClassConfigurator.create(ClassConfigurator.java:136)
at org.jgroups.util.Util.readSizeStreamable(Util.java:1874)
at org.jgroups.ObjectMessage.readPayload(ObjectMessage.java:144)
at org.jgroups.BaseMessage.readFrom(BaseMessage.java:314)
at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1283)
at org.jgroups.protocols.TP.receive(TP.java:1242)
at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:812)
at java.base/java.lang.Thread.run(Thread.java:834)