Hi,
We are having some problems with --cache-stack=google and Google_Ping2 (
https://github.com/jgroups-extras/jgroups-google). We are running Keycloak version 20.0.1 in GCP, and when trying to deploy the container it fails with the following errors:
ERROR: Error starting component org.infinispan.remoting.transport.Transport
ERROR: Lcom/google/cloud/storage/Storage;
ERROR: com.google.cloud.storage.Storage
Here are the steps we have done so far:
1. Copy jgroups-google-1.0.0.Final.jar to /opt/keycloak/providers/
2. Build Keycloak with --cache-stack=google
3. Start Keycloak with -Djgroups.google.bucket_name=bucket-name
We have tried different versions, copying jgroups-core and google-cloud-storage jars etc. but nothing seems to work. What are we missing? Any ideas?