infinispan Questions

2

Solved

Keycloak configuration and data is stored in a relational database, which is usally persisted to the hard disk. This includes data like realm settings, users, group- and role-memberships, auth flow...
Epicycloid asked 4/1, 2022 at 15:53

2

I have two entities Book and Author. Book has a collection of authors. I am using second level cache to keep the Book entity with its Authors. When debugging I can see there is putForExternalRead i...
Blunder asked 29/12, 2012 at 10:23

3

Solved

I have a web application that is <distributable/>, but also deployed to stand alone instances of Wildfly for local development work. Sometimes we have calls to the backend that can stall for ...
Epicycle asked 29/2, 2016 at 22:56

22

I am seeing the following (truncated) stacktrace in the server.log file of JBoss 7.1.1 Final: Caused by: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored...
Yamamoto asked 1/5, 2012 at 15:11

1

I would like to setup an inifinispan cluster in a kubernetes environment. DNS_PING is the discovery protocol. It works with pod deployed with DeploymentConfig settings. However, when we switch the...
Malvasia asked 7/12, 2018 at 16:14

0

I'm working on switching keycloak (v.3.4.0 final) from using embedded infinispan to a dedicated remote infinispan cluster (v8.2.8.final). I've gone through the upgrade process to use infinispan clu...
Catkin asked 5/4, 2021 at 21:26

2

Solved

Recently, I hardened my Keycloak deployment to use a dedicated Infinispan cluster as a remote-store for an extra layer of persistence for Keycloak's various caches. The change itself went reasonabl...
Synecology asked 12/8, 2019 at 19:30

3

Currently setting up a keycloak cluster in standalone-ha mode, to be able to run on docker swarm. In keycloak, the user sessions are cached in an embedded infinispan store and infinispan can be con...
Downbeat asked 25/8, 2017 at 12:54

2

Solved

I have some IMDG experience I am rather new to KAFKA. I am trying to understand the use case for Kafka. I understand it is a streaming/messaging platform. A lot of its issues have some contra parts...
Alpenglow asked 3/5, 2018 at 7:40

0

I have copied below issue from JBoss forum. We faced same issue. Here is my scenario: I have a only one DIST_SYNC cache, most of the JVM in the cluster are configured with capacityFactor = 0 (lik...
Healing asked 12/2, 2018 at 13:17

1

Solved

I'm configuring Hibernate Search 5.5.5 to use Infinispan 8.2.2 on Wildfly 10. I configured only the Infinispan module in Wildfly, not the Hibernate Search module. Inside the persistence.xml I put...
Wesleyanism asked 22/12, 2017 at 10:6

2

I have two Wildfly 10.1.0 Final server running on the same machine. Each has the same application deployed but for different clients. Each server is also configured to use Inifinispan 8.2.4 as a se...
Asquith asked 11/4, 2017 at 14:55

2

I would like to use a replicated Infinispan cache using two Wildfly standalone instances. I want to insert a value on one node and I should be able to read it on the other node. Here's what I trie...
Mandibular asked 15/3, 2016 at 18:30

1

Solved

I'm trying to configure Infinispan as a hibernate 2nd level cache. Everything is fine, but I want to tweak the default configuration, i.e. the values that all caches shared. Caches are automatical...
Arette asked 16/2, 2016 at 14:31

1

During the set up of a cluster I'm having an issue with WildFly/Infinispan attempting to serialize a number of classes which are fine to be recreated on each instance - although for whatever reason...
Diesel asked 28/1, 2016 at 12:0

1

I have an Infinispan cache embedded in a WildFly 8.2 server. I added to standalone.xml inside <subsystem xmlns="urn:jboss:domain:infinispan:2.0">: <cache-container name="mycache" default...
Face asked 9/4, 2015 at 5:21

1

I'm using Infinispan with 6.0.2 with Hibernate Search 4.4.0. In the begining, after I execute a query like CacheQuery cq = SearchManager.getQuery(query,Hibernate.class).projection("id"); I use...
Palfrey asked 12/6, 2014 at 7:50

2

I am using the Infinispan cache. Is there any way to get the TTL (or lifepsan) of entries at runtime? I see the interface CacheEntry as a getLifespan() API but I don't see how to get a handle on Ca...
Mcduffie asked 27/2, 2014 at 22:12

1

we hope to use infinispan as a in memory data base in the order management system. There we need to do following type of operation. Here cash account cache contain customer cache account loaded fro...
Maintenon asked 22/10, 2013 at 17:57

2

Solved

I have recently started taking a look into Infinispan as our caching layer. After reading through the operation modes in Infinispan as mentioned below. Embedded mode: This is when you start Infin...
Carpus asked 15/7, 2013 at 22:37

1

Solved

I am migrating from ehcache to infinispan. In ehcache we have net.sf.ehcache.Cache.calculateInMemorySize() to calculate in memory size. How to calculate in memory size in infinispan?
Septa asked 14/6, 2013 at 12:40

1

Solved

I'm trying to use Hibernate Search so that all writes to the Lucene index from jgroupsSlave nodes are sent to the jgroupsMaster node, and then the Lucene index is shared back to the slaves with Inf...
Sindhi asked 9/11, 2012 at 17:0

1

Solved

We are developing an application based in an Embedded Infinispan Data-grid cluster. In the targeted environment of our application, each member of the data-grid will run in a independent JVM and us...
Feints asked 19/6, 2012 at 9:23

0

I am trying to deploy the Cdi-quickstart application on Glassfish 3.1.1. I am getting the following error in the server.log file 'code' SEVERE: No valid EE environment for injection of org.infinis...
Zeringue asked 10/11, 2011 at 19:2

2

Solved

We are working in the design phase of new project where we need to decide the caching framework. We need decide whether to go with EHCache with Terracotta or Infinispan for caching requiremen...
Anisotropic asked 11/4, 2011 at 12:25

© 2022 - 2024 — McMap. All rights reserved.