on ‎2018 Apr 07 1:02 PM
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]
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.