• Infinispan docker: Unexpected element 'infinispan'

    Hey.   I'm trying to run docker container with custom config:   <?xml version="1.0" encoding="UTF-8"?> <infinispan         xmlns:xsi="http://www.w3.org/2001/XMLSc...
    Profile Photo
    last modified by mgups
  • Expiration Event - value is null for entries in file store

    We're using wildfly 15 with infinispan upgraded to 9.4.14.   We have a replicated-cache:                 <replicated-cache name="nod...
    Profile Photo
    last modified by gabboflabbo
  • Infinispan standalone server goes down automatically with the following error, please help

    15:43:37,111 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-6) DGISPN0002: Stopped namedCache cache from local container 15:43:38,095 INFO  [org.jboss.as.clustering.infinispan] (MSC servic...
    Profile Photo
    last modified by kiroms
  • Unable to configure "indexed-enity" with remote indexing and protobuf

    When using indexing, then Infinspan complains about missing configuration of entities, if they are not provided via `indexed-entities`:   ISPN000403: No indexable classes were defined for this indexed cache; swi...
    Profile Photo
    last modified by jreimann-1
  • How do I delay cache invalidation until transaction has finished

    We are using WildFly 16 with an Infinispan invalidation cache for business objects backed by JPA entities. When we update an entity in a method bounded by a JTA transaction, we want the evict to go out only after the ...
    Profile Photo
    last modified by tstiemerling
  • Cannot find a parser for element 'cli-loader' in namespace 'urn:infinispan:config:store:cli:7.2'

    I want to migrate the data using cli-loader but got error message   Cannot find a parser for element 'cli-loader' in namespace 'urn:infinispan:config:store:cli:7.2'. Check that your configuration is up-to date f...
    Profile Photo
    last modified by hank.cheng
  • Is registering one-off cache event listeners a good idea?

    I am trying to use cache event listeners as a sort of topic-basic messaging system to implement a request/reply pattern over asynchronous messaging system and multi-instance application.   More precisely, I need...
    Profile Photo
    last modified by infeligo
  • Please Help on Infinispan Cluster Timeout/Not Responding Issue Which Viewed As Unavailable by Keycloak

    Questions: In my configuration, I didn't see any 15000ms setup for Infinispan or keycloak, but from the HotRod access logs it seems a lot error on 150001ms timeout from server infinispan-0 to infinispan-2 and also fr...
    Profile Photo
    last modified by mingjliu
  • Infinispan 9.0.3.Final - Unable to start cache loaders exception

    Hi everyone,   We use version '9.0.3.Final' of infinispan and encountered some problem: Our application shut down non-gracefully (perhaps in a middle of writing to  infinispan cache). When we tried to rest...
    Profile Photo
    last modified by noakov
  • Jolokia in Infinispan Server

    Hi,   I'm currently investigating building out an Infinispan cluster (infinispan-server-8.2.6.Final) and am looking at the monitoring options for it. Most of my other systems use Jolokia to expose the jmx inter...
    Profile Photo
    last modified by ninjasftw
  • Problem initializing Infinispan

    Hi all,   I'm currently using Infinispan as a second-level cache for Hibernate in Wildfly 17 (we were previously using Ehcache). Although the code generally runs in the application server, we do have a few class...
    Profile Photo
    last modified by gbrown1
  • Migrate the data from 5.2.10.Final to 7.2.5.Final

    I want upgrade the infinispan from 5.2.10 to 7.2.5. So i need use rolling upgrades for infinispan library/embedded mode. I use the posgress to persist data in infinispan. But i got error message(Could not find migrati...
    Profile Photo
    created by hank.cheng
  • infinispan as hibernate 2LC in wildfly 10

    Hi, I'm trying to migrate jboss cache (JBoss 5) to infinispan (wildfly 10) and I see existing  jboss-cache-manager-jboss-beans.xml has lot of "cache" beans defined in it and I have no idea if that is ever useful...
    Profile Photo
    last modified by ulablue
  • Query Cache - Cached query results were not up-to-date

    Hello!   We are facing a problem with our application which uses hibernate second level cache -> query cache. On to now we used infinispan in local mode. Because we now have to cluster our application it is ...
    Profile Photo
    created by wirnse
  • 2 DC in same cluster. Web(Admin) console only comes up for one DC.

    Hi,   We are using infinispan-9.1.1. Final.   Following is my structure:   - One DC in my PC. - One DC in my colleague's PC.   I am starting both DC's by running domain.bat. And since both the DCs ...
    Profile Photo
    last modified by jeet.bavishi
  • Unknown operation: touch

    Hello community,   The Infinispan Server has an incomplete memcache protocol implementation. I already submitted a bug for this but it seems that nobody cares:   [ISPN-10275] Incomplete memcache protocol ...
    Profile Photo
    last modified by michael.palata
  • Infinispan UI interface show blank page for one domain when two domain is started in same network

    Hi galder.zamarreno and nadirx   I have been facing this issue with infinispan version 9.0.1 final and 9.1.0 CR1 version.   What I did:   - Create one domain in my local pc (domain address : vishal.l...
    Profile Photo
    last modified by vishalhighq
  • Nodes view - only master

    Hi, we've successfully deployed a master-slave Infinispan cluster, tcp stack, with distributed & replicated caches   Nevertheless, when we are on the Caches / Cache container / cache / nodes view, it only ap...
    Profile Photo
    last modified by jmcasekuro
  • Infinispan Lucence Directory - IndexWriter Master/Slave best practices?

    Hello,   at our company we are going to implement the infinispan lucene directory. We have now got some problems with the IndexWriter. The documentation points out that there should only be one IndexWriter wit...
    Profile Photo
    last modified by muhmuhkuh
  • Intermittent SocketTimeoutException during GetOperation

    Cross posted at distributed caching - Infinispan throwing intermittent SocketTimeoutException during GetOperation - Stack Overflow   Using jboss/infinispan-server:9.4.0.Final (Docker Hub) in standalone server m...
    Profile Photo
    last modified by prateekk.in