cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

exception on hybris cluster

Former Member
0 Likes
309

would you please to help us check this problem ?

This is our cluster configuration.

cluster.broadcast.method.jgroups=de.hybris.platform.cluster.jgroups.JGroupsBroadcastMethod cluster.broadcast.method.jgroups.tcp.bind_addr=12.34.56.78
cluster.broadcast.method.jgroups.tcp.bind_port=7800 cluster.broadcast.method.jgroups.channel.name=hybris-broadcast cluster.broadcast.method.jgroups.configuration=jgroups-tcp.xml cluster.broadcast.method.jgroups.tcp.bind_addr=match-address:172.18.1.*

i have to add this parameter "cluster.broadcast.method.jgroups.tcp.bind_addr=match-address:172.18.1.* "
or i can not see all nodes in hac . but we have exception in log . how can we solve this exception ?

Exception:

**4:39.901 | [m java.net.UnknownHostException: match-address:172.18.1.: Name or service not known* at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_161] at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source) ~[?:1.8.0_161] at java.net.InetAddress.getAddressesFromNameService(Unknown Source) ~[?:1.8.0_161]

Accepted Solutions (0)

Answers (1)

Answers (1)

andyfletcher
Active Contributor
0 Likes

This error doesn't seem to matter. The class JGroupsBroadcastMethod has a method validateTcpConnection() that logs the error but it still does what it is supposed to, which is to set the system property hybris.jgroups.bind_addr to the value so that it can be used from jgroups-tcp.xml