Log in to follow, share, and participate in this community.
Thread Jboss HA 3 node cluster issue – 2 coordinators after restart
Jboss HA 3 node cluster issue – 2 coordinators after restartWe are running Redhat single sign Red Hat Single Sign-On 7.3.1.GA (WildFly Core 6.0.12.Final-redhat-00001) on openshift cluster. It is setup to run as a deployment with 3 replicas. When containers randomly rest...
Jboss Cluster issuesHi Team, We are facing some Jboss Cluster issues : [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.Bigbandnet-NMS-Cluster-941] I am (159.98.82.93:51099) received membershipChanged event:...
Thread EJB Error when more than one node in JBoss cluster
EJB Error when more than one node in JBoss clusterHi All, I'm using JBoss EAP 7.1.1.GA (WildFly Core 3.0.12.Final-redhat-1) I've configured JBoss cluster with SSL + undertow load balancer, i can see that cluster works, session is persist from node to node, i...
Sticky Session - Not WorkingI have made simple cluster in my network. It has two Wildfly 9 servers and i configure Undertow like bellow. <subsystem xmlns="urn:jboss:domain:undertow:2.0" instance-id="node1"> <subsystem xm...
Thread HTTP Session Failover in WildFly 11 for different machines
HTTP Session Failover in WildFly 11 for different machinesHi, I'm trying to setup session sharing between 2 different machines. (Machine A = 192.168.10.114 node1, node2, Machine B = 192.168.10.7 : node3, node4) When I run all 4 servers in a standalone mode usin...
Election of Master NodeHi All, I would like to know what algorithm is used to elect the master node after the nodes in cluster become seperated due to, let say, a network problem? Is this algorithm pluggable, can I put my own election alg...
Thread Order of node start up works one way, but not the other way
Order of node start up works one way, but not the other wayHi folks, I'm having trouble trying to figure this out. Any help would be appreciated. I have 2 nodes that I am trying to cluster. If I start up node A and then node B, I get an error saying 12:35:05,988 WARN [Serv...
JBOSS 6.4 EAP - performance improvisationHi All , I am new to this Jboss environment and working on JBOSS 6.4 EAP on which our Identity minder application is deployed .Most of the times the task are stuck in in-progress state and message added count keeps i...
Is HA singleton domain-wide?Hi, I'm trying to use the HA singleton but it behaves unexpectedly. My configuration consists of a domain controller, two hosts (app-05, app-06), two groups (ADM, DEV), each group spans two hosts: ...
Thread particular code portion in.war file is not reflecting in other JVMs
particular code portion in.war file is not reflecting in other JVMsWe are migrating from Guideware ClaimCenter7 to ClaimCenter 9 .Tried to install it in to one JVM so which will reflect in other three.But...it seems as few codes of the product is not getting reflected in other JVM's,...
Thread JDBC_PING Failure detection and no physical address error
JDBC_PING Failure detection and no physical address errorHi, I'm not sure if this is the correct place to post this or not... Using Tomcat 8.5.16, with a proprietary application that comes bundled with jgroups-3.6.11.Final.jar in the WEB-INF/lib folder. ...
Thread How to start JBoss EAP 6 in Dual Stack with Clustering ?
How to start JBoss EAP 6 in Dual Stack with Clustering ?I have Jboss EAP 6 and i want to start it in dual stack with Clustering. So i have modified the standalone.conf with the following : JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Sta...
Thread what is replacement for GroupCommunicationService in jboss eap 7
what is replacement for GroupCommunicationService in jboss eap 7In jboss eap 6.x I successfully used GroupCommunicationService in my prod environment. In jboss eap 7 this api is removed, and according to docs. replacement for this is Group service. It should be Injected ...