Thank you for the input, i will take a look into it. I want to reconfirm my understanding on this. Does that mean, i need to use -Djava.net.preferIPv4Stack=true irrespective if IPV4 or IPV6. If the configuration is set properly it works in both IPV4 or IPV6 with the option set ?
Thank you for the input, i will take a look into it. Does that mean, i need to use -Djava.net.preferIPv4Stack=true irrespective if IPV4 or IPV6. If the configuration is set properly it works in both IPV4 or IPV6 with the option set ?
As part of hibernate upgrade from 3 to 5, I had to upgrade infinispan to from 4 to 8 and jgroups from 2 to 3.6.7. After upgrade i am getting the following error JGRP000200: failed sending discovery request: java.io.IOException: Network is unreachable. https://issues.jboss.org/browse/JGRP-2023 If i use -Djava.net.preferIPv4Stack=true it works, but that makes it unusable in IPV6. How to know what is the actual issue and what is the solution for that. I have attached complete stack trace for more d...
As part of hibernate upgrade from 3 to 5, I had to upgrade infinispan to from 4 to 8 and jgroups from 2 to 3.6.7. After upgrade i am getting the following error JGRP000200: failed sending discovery request: java.io.IOException: Network is unreachable. https://issues.jboss.org/browse/JGRP-2023 If i use -Djava.net.preferIPv4Stack=false it works, but that makes it unusable in IPV6. How to know what is the actual issue and what is the solution for that. I have attached complete stack trace for more ...