Log in to follow, share, and participate in this community.
Thread Use Deny_read_writes and Preferred_always in replicated cache
Use Deny_read_writes and Preferred_always in replicated cacheHi, I have few questions on the partition handling and the merge conflict functionality in the latest Infinispan release (9.3.1). We are planning to deploy the latest Infinispan server in cluster mode(size 3) ...
Thread what is the reason for getting this exception "Transaction DummyTransaction{xid=DummyXid{id=9840865}, status=1} is not in a valid state to be invoking cache operations on."
what is the reason for getting this exception "Transaction DummyTransaction{xid=DummyXid{id=9840865}, status=1} is not in a valid state to be invoking cache operations on."
Thread Unable to get session replication to work on wildfly 13 domain mode
Unable to get session replication to work on wildfly 13 domain modeHi, I've been trying to achieve session replication on two wildfly servers in domain mode. I followed [1]: https://docs.jboss.org/author/display/WFLY9/WildFly+9+Cluster+Howto as i was using wildfly 9 at first. I was t...
HHH-12457 isn't fixed in infinispan 9.3.xHi all, there is bug in infinispan-hibernate: [HHH-12457] Local Infinispan read-write caches become stale on rollback - Hibernate JIRA Pull request was merged in 9.2.x ([9.2.x] HHH-12457 Local Infinispan read-write ...
Thread Missing exception classes when upgrading to 9.3.1
Missing exception classes when upgrading to 9.3.1The following classes no longer seem to exist: org.infinispan.interceptors.totalorder.RetryPrepareException org.jgroups.util.NoProgressException org.jgroups.util.QueueClosedException ...
Thread Unable to acquire lock after 15 seconds for key
Unable to acquire lock after 15 seconds for keyHello All, Am getting below exception while running tracer.... which is built in functionality provided by BPM tool, looking for your suggestions how to proceed further. ERROR [io.undertow.request] (d...
WildFly 11 - JGroups initialization delayWe have a web based application running on WildFly 11 (Migrated from WildFly 9 recently) and we are facing this weird issue when all the nodes in the cluster are started up. Here is how our application is desi...
Thread Infinispan 9.3.1 cluster not formed using TCPPING
Infinispan 9.3.1 cluster not formed using TCPPINGHi, We are using Infinispan server 8.2.6 and use TCPPING protocol for cluster discovery. We recently tried to move to Infinispan Server 9.3.1. Upon installation, the Infinispan server seems to come up fine, ho...
Thread Infinispan JCache configuration in JBoss 5.1.2
Infinispan JCache configuration in JBoss 5.1.2Hi all, I am working on clustering Infinispan caches (version 9.1.7) in JBoss 5.1.2 servers. The way I am accomplishing this is by creating an uber jar and relocating certain jgroups packages. I have followed ...
Thread Getting exception with Hibernate 5.2 and L2 Cache
Getting exception with Hibernate 5.2 and L2 CacheHey guys, So I have been struggling to get this to work. I have following packages in my gradle: compile "org.hibernate:hibernate-core:5.2.+" compile "com.vladmihalcea:hibernate-types-52:2.2.+" compil...
Thread How to shutdown an Infinispan cluster without losing data?
How to shutdown an Infinispan cluster without losing data?What is the best strategy to restart a complete Infinispan cluster (distributed cache with persistence) without to lose any data? For example, when an operating system patch has to be applied or a new software...
org.infinispan.util.concurrent.TimeoutException infinispan 9.3.0.FinalHi Team, Cluster is formed and after some point of time, we hit this bellow exception: Three node cluster. No split brain happended. All the three servers are connected all the time. I manged to get the thead...
Thread Upgrade from 6.0.2 to 9.2.4- issue after split brain recovery
Upgrade from 6.0.2 to 9.2.4- issue after split brain recoveryUpgraded the infinispan from 6.0.2.Final to 9.2.4.Final. All seems to be working when the cluster is started. But after recovering from split brain, below exception is thrown and cluster stops working. No code change ...
Thread Unable to acquire lock after 15 seconds for key
Unable to acquire lock after 15 seconds for keyThe following exception is inconsistently thrown in JBoss EAP 7.0. We have not faced such an exception in JBoss EAP 6.4 or in any lower releases. What does this exception mean? Any changes is required in the web appli...
Thread Bind multiple security realms to management interface
Bind multiple security realms to management interfaceHi, I'm running several nodes of Infinispan 8.2.6. As part of an environment refresh process i'm trying to automate the build and configuration process. My current build is configured so that t...