1 Reply Latest reply on Oct 20, 2015 2:33 PM by thiago.presa

    Setting up mod_cluster for multiple applications in domain mode?

    thiago.presa

      Hi,

       

      I have a question. Are mod_cluster configurations supposed to be per-application or per-profile?

      I have a wildfly 9 cluster set up with mod_cluster with a single application, and it works perfectly. When I add a second application, I get:

       

      2015-10-20 10:31:07,791 ERROR [org.jboss.modcluster] (UndertowEventHandlerAdapter - 1) MODCLUSTER000042: Error MEM sending STATUS command to <http_host_name>/<http_ip_address>:<mod_cluster_port>, configuration will be reset: MEM: Can't read node with "<wildfly domain slave hosname>" JVMRoute

      2015-10-20 10:31:17,798 ERROR [org.jboss.modcluster] (UndertowEventHandlerAdapter - 1) MODCLUSTER000042: Error MEM sending CONFIG command to <http_host_name>/<http_ip_address>:<mod_cluster_port>, configuration will be reset: MEM: Old node with "REMOVED" JVMRoute still exists

       

      So it seems that each application should have its own JVMRoute, but where could I configure this, if the modcluster configuration is valid for the whole profile and not for a given application?

       

      Thanks in advance!

       

      EDIT: if further info is necessary, please let me know