1,104 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
44
views
Disable jgroups with infinispan and local cache
Since we've updated inifinispan version (from org.infinispan.hibernate.cache.v53 to 62) and our application is now started with springboot we have noticed that jgroups is started.
As our application ...
1
vote
2
answers
69
views
infinispan-spring-boot3-starter-embedded replicated-cache nodes are spawning their own clusters
I have the below infinispan config:
<?xml version="1.0" encoding="UTF-8"?>
<infinispan xmlns="urn:infinispan:config:15.2">
<jgroups>
<stack ...
0
votes
2
answers
103
views
JGRP000010: packet from ip:port has different version (5.28.49) to ours (5.3.0)
Jgroups noob here but I'm attempting to set up this together with infinispan on my spring boot 3 services with the hope of using the dist cache functionality.
i have tested my config locally with a ...
0
votes
0
answers
59
views
How to avoid a race condition using Infinispan and Spring Cache Annotations
I try to avoid a race condition using Infinispan (v 15.1.5) with the Spring Cache Annotations and Spring Boot (v 3.4.3). Two Threads are calling the @Cacheable and @CacheEvict methods at the same time....
0
votes
2
answers
81
views
infinispan 15.1.0, rocksdb jar not loaded at runtime
I am trying to explore rocksdb persistance for infinispan remote cache.
Below is my cache config.
<distributed-cache statistics="true" owners="1">\
<encoding media-type="application/x-...
2
votes
0
answers
129
views
"Expired_Code" error in keycloak HA with distributed cache enabled
I'm running 3 nodes of Keycloak in Azure Container Apps with infinispan distributed cache in front.
Yesterday I catched the following WARN in my container's logs and in that moment I was not able to ...
0
votes
1
answer
114
views
WIldfly 26 Infinispan cache usage inside Java application problem
I was migrating Java application from JavaEE7 and Wildfly 8 to JakartaEE8 and Wildfly 26, but after making all changes Infinispan cache stopped to work.
On Wildfly Admin UI I see correctly cache ...
0
votes
0
answers
44
views
During migrating from infinispan v9.3 to v13, getting error in putAll cache update with Derby Database
During migrating from infinispan v9.3 to v13, getting error in putAll() cache update with Derby Database.
I am using derby 10.14 as my persistance store, when i am tyring to update a batch of data ...
1
vote
1
answer
125
views
Infinispan dual roles on Kubernetes as a Vert.x cluster manager and cache manager. Cache not being shared problem
The goal of the project is to wire up Vert.x applications(verticles) in a cluster with the help of Infinispan, where verticles share single replicated cache collection, which is also managed by ...
1
vote
1
answer
55
views
Generate text index with infinispan without storing the text in the cache
Is it possible to have a text field annotated with @Text generate a search index without storing the actual text in the cache?
I have a text field in my cached object which holds a concatenation of ...
0
votes
1
answer
62
views
What determines the number of local foldes that Infinispan uses for storing data
I have very recently been given the task to maintain one a legacy product.
This product is a java application which uses Infinispan version 10.1.1.
After diving into this fascinating task of becoming ...
1
vote
0
answers
185
views
Invalid magic number. Expected 0xa1 and received 0x48
I'm trying to setup Keycloak to use Infinispan. Here's my configuration.
Both Keycloak and Infinispan are on a single ECS cluster but different services.
Using a load balancer and hence https://myapp....
0
votes
0
answers
573
views
Struggling to Connect Bitnami Keycloak 26.0.5 to External Infinispan
I’m fairly new to setting up Keycloak with external configurations and have been working for weeks to set up a simple demo connecting Bitnami Keycloak 26.0.5 to an external Infinispan instance. ...
0
votes
1
answer
133
views
WildFly, JBoss using unicast
I have 11.0 Wildfly. I found JGroups TCP Socket Binding Configuration: https://docs.redhat.com/en/documentation/red_hat_data_grid/7.2/html/administration_and_configuration_guide/configure_jgroups#...
0
votes
1
answer
349
views
Is it possible to edit / update Keycloak's Infinispan cache?
Keycloak offers several REST calls to retrieve client or user sessions from it's builtin Infinispan cache. It is also possible to delete sessions via the REST API.
I'd like to know if it is possible ...