Questions tagged [infinispan-9]
48 questions
0
votes
1 answer
Infinispan embedded
I'm just following the Infinispan embedded tutorial, at step 5 it doesn't work because of this exception:
java.lang.IllegalArgumentException: No marshaller registered for Java type org.infinispan.tutorial.embedded.LocationWeather
.
[some…

Luis Gc
- 1
0
votes
0 answers
Infinispan, cross-dc replication: java.lang.IllegalStateException: Site not defined in all the cluster members
I'm trying to setup a cross-datacenter replication mode between two infinispans 9.4.x as per Keycloak documentation, but the thing is that I'm trying to do this in sligtly modified environment:
multicast doesn't work between DC for obvious…

drookie
- 179
- 3
- 11
0
votes
1 answer
Infinispan doesn't replicate cache entity remove to non-coordinator node
Environment
Infinispan 9.4.18 embedded
3 nodes cache in replicated mode
RocksDB store (or other, doesn't matter)
Steps to reproduce
Create TCP-based cluster
Create cache
Add Entity to cache
Check that entity is stored on each node
Stop…

g.orlov
- 1
- 1
0
votes
0 answers
Infinispan - Hibernate 2nd Level Cache Cluster Marshaling issue
We are trying to configure infinispan as the 2nd level cache for Hibernate in Jboss EAP 7.1 and run the jboss in clustered two node setup.
Lookup for cache elements works, but if we update hibernate entities, then update cache step triggered by…

rockycres
- 71
- 8
0
votes
1 answer
Infinispan server installation strategy for non-prod test environments
We are currently evaluating infinispan server as a cache server for our application running in JBOSS.
We are planning to use hotrod endpoints to access infinispan cache from our application nodes.
We have around 300+ test environments, what would be…

rockycres
- 71
- 8
0
votes
2 answers
Standalone/Domain Model not available in Infinispan server 10 and 11 version
We are planning to setup infinispan server cluster setup in domain mode for infinispan server 10 or 11 version.
Standalone/Domain Model was available in Infinispan server until version 9.
Infinispan server 10/11 setup guide does not discuss anything…

rockycres
- 71
- 8
0
votes
0 answers
Hibernate ogm infinispan @manytoone bidirectional issue on wildfly 17
I face an issue when i use infinispan ogm with a file-store configuration.
My issue is the following.
I have deployed on wildfly 17 a very little REST application able to persist and read very simple data model. The data model is composed of a…

guigui
- 1
- 1
0
votes
1 answer
Infinispan + Spring Boot - Doesn't Cache
Trying to Implement infinispan base cache on spring boot using custom annotation:
@Aspect
@Configuration
@Slf4j
public class CacheAnnotationAspect {
Logger logger = LoggerFactory.getLogger(CacheAnnotationAspect.class);
@Autowired
…

Shriram
- 1
- 1
0
votes
1 answer
example of infinispan domain configuration
I'm trying to deploy an infinisppan cluster (2 machines) using the domain mode. But I can't find any working example of domain.xml and host.xml config file.
This cluster would be used by keycloak as a cache server
Any luck one of you already work…

Seb
- 3,602
- 8
- 36
- 52
0
votes
0 answers
Possible bug if doing parallelstream (distributed) computation on *EMPTY* Infinispan cache?
I'm a newbie to Infinispan and have been playing with it. I think I found a bug. If a cache is empty and we have two nodes running (and the nodes must actually be on separate virtual machines -- it can't just be 2 jvm processes), and then a 2nd…

Jonathan Sylvester
- 1,275
- 10
- 23
0
votes
2 answers
Infinispan 9 - Server exception when trying to put an object in cache using Hotrod client and Protobuf
I have a problem using Infinispan 9.4.0/9.4.1 with Hot Rod Client and Protobuf protocol in order to be able to use queries.
This is my cache configuration:
…

Felipe Olivares
- 35
- 6
0
votes
2 answers
Java 10 Spring Boot Infinispan org.jgroups.logging.Slf4jLogImpl not found
I have a Spring Boot application which I'm building and running with Java 10. If I run the app using
java -jar
Everything works fine. The app starts just OK.
But if I put my app inside a Docker container with the exactly same Java version, my app…

Perimosh
- 2,304
- 3
- 20
- 38
0
votes
0 answers
org.infinispan.util.concurrent.TimeoutException: Timed out applying state
We are running Infinispan 7.2.5 with 3 instances in REPL cluster.
Spark Client is connected to the cluster using HotRod.
Suddenly, the view is updated and one instance is removed from the cluster and from client view as well.
The instance was up &…

J. P
- 356
- 4
- 20
0
votes
1 answer
Infinispan EmbeddedCacheManager with non-clustered mode
Is it possible to run embedded infinispan with non-clustered mode?
I have searched alot but could not find support for SimpleCache with EmbeddedCacheManager.
Is there a way to run embedded infinispan with local mode?

webbed
- 21
- 3
0
votes
0 answers
Infinispan9 expiration lifespan with Camel
I am using infinispan9 with camel
infispan.xml