From owner-freebsd-ports@FreeBSD.ORG Thu Jan 22 06:23:18 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB6016A4CE; Thu, 22 Jan 2004 06:23:18 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8F643D31; Thu, 22 Jan 2004 06:23:17 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [64.175.107.232] $ on Novell NetWare via secured & encrypted transport (TLS); Thu, 22 Jan 2004 07:23:17 -0700 Message-ID: <400FDD41.9000901@myrealbox.com> Date: Thu, 22 Jan 2004 06:25:05 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040121 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <400F51A2.2010401@myrealbox.com> <1074752211.34182.50.camel@shumai.marcuscom.com> In-Reply-To: <1074752211.34182.50.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: mozilla + java problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 14:23:18 -0000 Joe Marcus Clarke wrote: > On Wed, 2004-01-21 at 23:29, walt wrote: >>I can use mozilla to run any of the jdk14 demo applets just fine, but NOT >>when I try to view a java web page. Seems like that may be an important >>clue -- but I dunno what it means. > ...You may also want to compare environments as well > as use the JVM ControlPanel to enable the Java Plug-in console, and see > if any messages in there offer a clue as to why things are failing. Thanks to Dan for mailing me off list with this clue: I had just enabled ipv6 in my kernel and never would have made the connection, but this fixes the problem: # sysctl net.inet6.ip6.v6only=0