ipv6 and ofbiz
Posted by Woyce Batkins on Apr 10, 2021; 1:33am
URL: http://ofbiz.116.s1.nabble.com/ipv6-and-ofbiz-tp4767806.html
I tried to install ofbiz on ubuntu 20 and it runs by default on ipv6 (based
on netstat)
ofbiz release 17.12.6
Openjdk 8
embedded gradlew
setting the following prevented gradle to connect to the daemon:
*-Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false*
Any idea?