I just noticed that all of a sudden no Java program can access network anymore.
After reinstalling a fresh Sun JDK, checking all policies and properties and proxies, none of which helped, I finally managed to ask the all-knowing One the right question.
It’s got to do with premature eja… erm … IPv6 exclusivity.
Checking this and this revealed the source of my woes.
Thus, running
# sudo /sbin/sysctl net.ipv6.bindv6only=0
and changing the setting in /etc/sysctl.d/bindv6only.conf fixed the problem.
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=ef90db1e-2dfc-4840-94cb-942b5899da90)
Leave a Reply