[jboss-jira] [JBoss JIRA] (WFLY-9641) Cluster EJB can not work with "-b 0.0.0.0"

Aliaksei Makarevich (Jira) issues at jboss.org
Fri Feb 28 03:38:00 EST 2020


    [ https://issues.redhat.com/browse/WFLY-9641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13984750#comment-13984750 ] 

Aliaksei Makarevich edited comment on WFLY-9641 at 2/28/20 3:37 AM:
--------------------------------------------------------------------

[~gregoryhall994]
Some information about configuration found here https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html/using_jboss_eap_in_microsoft_azure/configuring_subsystems_for_cloud_platforms - the same solving is in forum thread (client-mapping)
We have keycloak7.0.0-docker-cluster. We changed some cli files and mount them into containers.
As for this case we change tools\cli\proxy.cli -- add line:
/socket-binding-group=standard-sockets/socket-binding=http:write-attribute(name=client-mappings, value=[{destination-address=${jboss.host.name}}])

And without this, for exaple Keycloak 9.0.0 prints in log :
WARN  [org.jboss.as.ejb3.remote] (ClusterTopologyRegistrar - 1) WFLYEJB0509: Clustered EJBs in Node: bfc3539d1c33 are bound to INADDR_ANY(0.0.0.0). Either use a non-wildcard server bind address or add client-mapping entries to the relevant socket-binding for the Remoting connector


was (Author: axelmak):
[~gregoryhall994]
Some information about configuration found here https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html/using_jboss_eap_in_microsoft_azure/configuring_subsystems_for_cloud_platforms - the same solving is in forum thread (client-mapping)
We have keycloak7.0.0-docker-cluster. We changed some cli files and mount them into containers.
As for this case we change tools\cli\proxy.cli -- add line:
/socket-binding-group=standard-sockets/socket-binding=http:write-attribute(name=client-mappings, value=[{destination-address=${jboss.host.name}}])


> Cluster EJB can not work with "-b 0.0.0.0"
> ------------------------------------------
>
>                 Key: WFLY-9641
>                 URL: https://issues.redhat.com/browse/WFLY-9641
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 11.0.0.Final
>            Reporter: Fred Ling
>            Priority: Major
>              Labels: cluster, ejb, wildfly
>
> The ejb cluster does not work when bind to 0.0.0.0, using --server-config=standalone-full-ha.xml -b 0.0.0.0.
> The ejb client fails to connect to the cluster nodes because it tries to connect to 0.0.0.0.
> For more information please refer to the forum thread.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list