Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 14:25:07 -0600
From:      Stacy Millions <stacy@Millions.Ca>
To:        Dominic Fandrey <kamikaze@bsdforen.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: OpenJDK6 not building
Message-ID:  <4BF44923.5090101@millions.ca>
In-Reply-To: <4BF39021.8080005@bsdforen.de>
References:  <4BF39021.8080005@bsdforen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BF44923.5090101>