When Infinispan caching is enabled in ASYNC mode, exceptions get logged at startup due to serialization issues. Basically the following classes have to implement the Serialiazable interface:
org.keycloak.models.OTPPolicy
org.keycloak.models.
RequiredActionProviderModel
There could be other classes as well.