371 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 ...
0
votes
0
answers
14
views
Using both MessageDispatcher and regular asynchonous Receiver with the same Channel on JGroups
I have a perfectly working setup of JGroups (5.4.10) in which I send regular asynchronous messages.
I tried using a MessageDispatcher, and it works fine. But I had the surprise to discover that as ...
0
votes
2
answers
134
views
Ehcache consuming all available memory (JGroups)
My setup:
two tomcats, both running the same application
an Nginx that distributes the load between those two tomcats
On the two tomcats, there is the exact same application (jsf web application).
The ...
-2
votes
1
answer
99
views
wildfly35+ HA config. How to config JDBC_PING2 protocol? [closed]
Which is the recomended way to config it?
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
1
answer
132
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
377
views
Infinispan default jgroups configuration file location
What is the default location from which the infinispan takes the jgroup configuration if it has not been configured in startup? I have found 2 files in default-config however it does not looks like ...
2
votes
0
answers
308
views
Embedded Distributed Infinispan Cluster: Cache Event Listener Issue After Network Disconnection
I'm encountering an issue with an embedded Infinispan clustered cache setup in my application. Following is the scenario,
Setup Overview
I have a distributed setup with 2 nodes running Infinispan ...
1
vote
1
answer
433
views
How to upgrade to new infinispan version in invalidation mode
We have a cluster of 15 servers running Spring Boot, Hibernate and an infinispan cache in invalidation mode.
When we upgrade Infinispan (through updating Spring Boot) our cluster does not start up ...
1
vote
0
answers
70
views
Wildfly Embedded Artemis in K8s - UnknownHostException
I'm attempting to run Wildfly 26 in K8s. When the second pod comes up it's getting an error:
2024年04月05日 13:07:58,239 WARN [org.apache.activemq.artemis.core.server] (Thread-3 (ActiveMQ-server-org....
2
votes
0
answers
338
views
org.infinispan.CLUSTER : ISPN000474: Error processing request 0@host-a-25374
Infinispan finds the 2 nodes of the cluster - but exchanging data between the nodes is failing.
org.infinispan.CLUSTER : ISPN000474: Error processing request 0@host-a-25374
java.lang....
0
votes
1
answer
73
views
Is there a way to solve or fix the codes of my Exercise20_23.java for Revel?
I'm trying to make that Exercise20_23.java work but it is not working.
I tried this;
import java.util.*;
public class Exercise20_23 {
public static void main(String[] args) {
Scanner scanner ...
0
votes
1
answer
301
views
Jgroups nodes failed to add unique value to custom column of JGROUPSPING table
Hope you all are doing well.
We are using Infinispan distributed caching using jgroups. The JDBC_PING protocol is used for registering and synchronizing nodes. We are adding one custom column (...
0
votes
1
answer
523
views
Running multiple docker-compose on multiple servers to run keycloak instances and share cache using JDBC-PING
anybody know how to share the cache between hosts that runs the same docker-compose:
version: '3'
services:
keycloak-clustered-3:
build: ./keycloak
container_name: keycloak-clustered-3
...
2
votes
0
answers
465
views
WildFly with embedded ActiveMQ AMQ224091 error fills logs in Kubernetes cluster after restart
As discussed in this question, I setup a cluster with embedded ActiveMQ on WildFly 25 in Kubernetes. The configuration for the ActiveMQ subsystem is as follows:
<subsystem xmlns="urn:jboss:...