From owner-freebsd-java@FreeBSD.ORG Wed Nov 12 23:21:55 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B8A16A4CF for ; Wed, 12 Nov 2003 23:21:55 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 279E443FDF for ; Wed, 12 Nov 2003 23:21:54 -0800 (PST) (envelope-from un1du2el@gmx.net) Received: (qmail 9217 invoked by uid 0); 13 Nov 2003 07:21:53 -0000 Date: Thu, 13 Nov 2003 08:21:53 +0100 (MET) From: "Markus D." To: freebsd-java@freebsd.org MIME-Version: 1.0 X-Priority: 3 (Normal) X-Authenticated-Sender: #0000931807@gmx.net X-Authenticated-IP: [212.144.67.35] Message-ID: <9876.1068708113@www8.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: IPv4 support disabled by default in 1.4.2p5, still applet crashes X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 07:21:55 -0000 Running some applets or applications which use network resources, I get the following message: --- begin --- I/O exception while reading: IPv4 mapped addresses usage is turned off. Set net.inet6.ip6.v6only=0 or use '-Djava.net.preferIPv4Stack=true' to disable java IPv6 supportI/O exception while reading: IPv4 mapped addresses usage is turned off. Set net.inet6.ip6.v6only=0 or use '-Djava.net.preferIPv4Stack=true' to disable java IPv6 support. --- end --- This prevents also applets from running (but there is no warning). Even more, some applets are still crashing. For example: http://go.icq.com/ crashes with an error in native code (open-motif) https://www.1822direkt.com/ crashes plugin and browser with the following message: "INTERNAL ERROR on browser end: plugin instance index out of bounds 17704 System Error?::Resource temporarily unavailable" Trying to run this applet in appletviewer (with IPv4 enabled) return a "No Trusted certificate found", although the certificate was imported via ControlPanel. Please reply by mail, too as I'm not on the list. Regards Markus