From owner-freebsd-java@FreeBSD.ORG Mon Dec 20 11:29:02 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3457D106566B for ; Mon, 20 Dec 2010 11:29:02 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id E1F3F8FC15 for ; Mon, 20 Dec 2010 11:29:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PUdvI-0003ZK-Sz for freebsd-java@freebsd.org; Mon, 20 Dec 2010 12:29:00 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2010 12:29:00 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2010 12:29:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Ivan Voras Date: Mon, 20 Dec 2010 12:28:46 +0100 Lines: 18 Message-ID: References: <4D0C17B7.7030508@FreeBSD.org> <4D0EF3EE.6050306@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: <4D0EF3EE.6050306@FreeBSD.org> X-Enigmail-Version: 1.1.2 Subject: Re: Firefox 3.6.13 + openjdk6 + web plugin not working X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 11:29:02 -0000 On 20/12/2010 07:13, Doug Barton wrote: > On 12/17/2010 18:08, Doug Barton wrote: >> I installed openjdk6, with the web plugin option, and linked >> /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so into ~/.mozilla/plugins, >> and tried going to http://www.java.com/en/download/help/testvm.xml, no >> joy. I got the following errors on the command line: >> http://pastebin.com/yutq6Bsj >> >> Any suggestions? >> >> This is on amd64 -current r216383M with up to date ports. > > Thanks to a suggestion from swills I tried compiling the port with the > IPv6 option disabled, and now it works. > http://www.freebsd.org/cgi/query-pr.cgi?pr=153301 Maybe this is related to the (previously discussed / known) need to set the sysctl net.inet6.ip6.v6only=0 ?