Jose Diaz created WFLY-4396:
-------------------------------
Summary: mod_cluster subsystem find any http server on the network
Key: WFLY-4396
URL:
https://issues.jboss.org/browse/WFLY-4396
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 8.2.0.Final
Environment: Ubuntu 14.04, wildfly 8.2.0.final, apache http server 2.2.29
Reporter: Jose Diaz
Assignee: Paul Ferraro
Priority: Critical
I configure a Load Balanced HA Standalone Cluster, in my machine however in the network
there is other apache http server when I wake up the server I get the next error:
MODCLUSTER000043: Failed to send INFO to 10.21.51.121/10.21.51.121:22001:
java.net.NoRouteToHostException: No existe ninguna ruta hasta el «host»
I configure the mod_cluster in standalone-full-ha with:
<subsystem xmlns="urn:jboss:domain:modcluster:1.2">
<mod-cluster-config advertise-socket="modcluster"
proxy-list="127.0.0.1:80" balancer="jdcluster"
connector="ajp">
<dynamic-load-provider>
<load-metric type="cpu"/>
</dynamic-load-provider>
</mod-cluster-config>
</subsystem>
Then get the same error.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)