OpenJDK6 not building

Stacy Millions stacy at Millions.Ca
Wed May 19 20:25:12 UTC 2010


On 05/19/10 01:15, Dominic Fandrey wrote:

> java.net.SocketException: Invalid argument
> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)

I have seen that before... Have you enabled IPv6 support? Have you set 
the system property java.net.preferIPv4Stack=true? Perhaps setting the
environment variable JAVAVM_OPTS thusly will help 
JAVAVM_OPTS="-Djava.net.preferIPv4Stack=true"

-stacy


More information about the freebsd-ports mailing list