• JBPM High Availability and Balanced Clustering

    Hi , I am very new into the community and into the bpmn world. What I would like to ask into this post is the following question: Are there ways to cluster a web application that uses the knowledgebase embedded int...
    Profile Photo
    last modified by brunettienzo
  • Infinispan cache is not built immediately after invalidation (wildfly 10.0.0.Final and wildfly 10.1.0.Final)

    Hi,   I have identified following issue in a cluster of two instances with two users on separate instances.     (1) user 1 login to wildfly instance 1 (2) user 2 login to wildfly instance 2   T...
    Profile Photo
    last modified by wwang2016
  • cluster Jboss standalone servers

    Hi Team,   I would like to understand, which jms queue we have to point out when publishing message to the queue. in my situation I have 2 Jboss Application servers 6.x version in the same environment and conf...
    Profile Photo
    last modified by cnu4sunjava
  • HA for messaging in a true clustered setting (with mod_cluster) does not work consistently

    Hi,   The tests were on Windows 10. Eventually, it will be tested in Linux environment.   I am setting up a cluster of two Wildfly 10 servers with a shared-store configuration for messaging. The mod_cluste...
    Profile Photo
    last modified by wwang2016
  • wildfly 10 session replication issue

    I tried to configure a cluster with a load balancer with Wildfly 10 based on the Wildfly 10 High Availability guide: https://docs.jboss.org/author/display/WFLY10/Clustering+and+Domain+Setup+Walkthrough   It wor...
    Profile Photo
    last modified by bages
  • setting up basic JBoss EAP 6 cluster

    Hi, I have a task of clusterizing our portal solution running on JBoss EAP 6 (JBoss 7). To start with, provider is not giving any guaranteed clustering options, stating they don't support any. What they say - since i...
    Profile Photo
    last modified by saiya-jin001
  • Cant create cluster successfully on WIldfly 8.2.0

    Hi   I created a cluster on wildfly by replicating the standalone and giving a port offset for each standalone. My hornetq configuration is as below:   <hornetq-server>     ...
    Profile Photo
    last modified by cennore
  • Transaction Management Within Cluster

    I have successfully been able to setup a domain and cluster 2 main server groups. Each server group has been tied to a load balancer group with it's own multicast IP and load balancer name. Mod_cluster config in domai...
    Profile Photo
    last modified by cennore
  • Cluster + Infinispan Issues

    Hello,   I have Wildfly 8.2.0 running in domain mode and I've managed to set up a cluster using mod_cluster and httpd successfully.   I currently have 5 cluster groups with 2 nodes each running without any c...
    Profile Photo
    last modified by cennore
  • Clustering in Domain mode

    Hi,   I'm trying to achieve clustering in domain mode using the full-ha profile. The idea is to have 2 server groups running on 3 physical servers, each server group having 2 host servers - 1 live and 1 backup....
    Profile Photo
    last modified by cennore
  • What is the recommended value of cache-ref in <session-bean><stateful cache-ref  > in a HA singleton scenario

    Hi   I am setting up the whole application (based on wildfly10.0.0.Final) to run as HA singleton, and I have two wildfly10 instances.   The default value from standalone-full-ha.xml for cache-ref is distri...
    Profile Photo
    last modified by wwang2016
  • Wildfly 10 Clustering Problem

    We have been able to deploy two standalone clustered servers in a QA environment. However, when attempting to cluster the servers in another QA environment, the session state is no longer being passed between these se...
    Profile Photo
    last modified by theeducator
  • Concurrent Ajax Request Execution from WildFly 9.0

    Hi I am experience a performance issue with WildFly 9.0   I have a wildfly HA cluster with load balancer.   Everything works fine, apart from some ajax request being pipeline one after another. This is m...
    Profile Photo
    last modified by skhot
  • Session Not Replicating in WildFly 9.0.2 Cluster

    Hi,   I am trying to create wildfly cluster on two redhat Vms having one node each. They should replicate session cache in between them.   F.Y.I I have turned off the fire wall on both of them   I tr...
    Profile Photo
    last modified by skhot
  • Getting an error MODCLUSTER000043, not sure what to do.

    I am a developer that uses JBOSS EAP 6.2  in a clustered environment with 2 apache servers and a load balancer in front of that.   I am see the following error a lot on not sure where to point the System Ad...
    Profile Photo
    last modified by anthony.galati
  • How to verify Load balancing in JMS cluster

    I setup a JBoss EAP 5.2 cluster with 2 nodes and configured a Queue accordingly and attached to a long running MDB.   <mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destinat...
    Profile Photo
    created by srinivas427
  • How to make the new HA singleton provider to access cluster queue in order to complete the remaing message processing

    When I set up HA Singleton for the whole application (two instances), I was able to verify that the other instance will be selected as new HA singleton provider once the current HA singleton provide is down.   H...
    Profile Photo
    created by wwang2016
  • Messages in Cluster queue not available to the new HA singleton provider

    I am setting up HA singleton for our application so that we have a backup instance in the event of downtime.   I am testing a scenario where the current HA singleton provider (instance #1) is processing messages...
    Profile Photo
    created by wwang2016
  • For HA singleton, is there a need to add <distributable/> in web.xml

    We are trying to set up HA singleton for the whole application. The purpose is to allow us to have a backup instance if one is down, or in the case of maintenance, we will have a very brief outage since the other inst...
    Profile Photo
    created by wwang2016
  • mod_jk cluster in jboss eap 6.1 is not working for struts 1 application

    I have one struts application which is deployed on jboss eap 6.1 in tow different machine and I used mod_jk clustering for load balancing. I pointed the config file to standalone-full-ha.xml and enabled ajp and http c...
    Profile Photo
    last modified by myvillage