Subject | GDS Exception. 335544721. Unable to complete network request to host |
---|---|
Author | Calabaza |
Post date | 2017-06-22T14:46:32Z |
I have this same problem, and I fix with this configuration, in Debian
GNU/Linux Jessie (8.x):
# sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
/etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart
This problem I saw too with this exception in other java applications:
* java.net.NoRouteToHostException: Network is unreachable
Of course, this configuration disable IPv6.
--
§~^Calabaza^~§ from Villa Elisa, Paraguay
http://es.wikipedia.org/wiki/Top-posting
http://es.wikipedia.org/wiki/Netiquette | http://www.ietf.org/rfc/rfc1855.txt
http://www.sindominio.net/ayuda/preguntas-inteligentes.html
GNU/Linux Jessie (8.x):
# sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
/etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart
This problem I saw too with this exception in other java applications:
* java.net.NoRouteToHostException: Network is unreachable
Of course, this configuration disable IPv6.
--
§~^Calabaza^~§ from Villa Elisa, Paraguay
http://es.wikipedia.org/wiki/Top-posting
http://es.wikipedia.org/wiki/Netiquette | http://www.ietf.org/rfc/rfc1855.txt
http://www.sindominio.net/ayuda/preguntas-inteligentes.html