From owner-freebsd-java@FreeBSD.ORG Wed Nov 21 15:24:22 2007 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 9F3B016A417 for ; Wed, 21 Nov 2007 15:24:22 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC8513C4E3 for ; Wed, 21 Nov 2007 15:24:21 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so150027uge for ; Wed, 21 Nov 2007 07:24:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=U862Y5d2eF0LzCCGAKjtrVVsV+9vqMaL/MSD2eIVOho=; b=vwCU8AYwv4YhCsHSFd4Pm84+8IGsyw63Xy78sZT2VkOQUKy5+dl6rNmGIBZtgs/Bjty3Izc4EpmUxKqyC0Y6KjKu6I5aEnL2+NDdAmPHhLQDgzD5Vptwo+exxlAM7QMcytZy/8nRt68I/zoHaF8gfkdeSccEiU+2JJOvW4vkihs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X6TpfAo7hYR5tybRGBaYzzv6tbgTAWputA0Zc7HCtYO8e811qC1sPMh1VLlf5EkfOd6/X5PZwDSNHYFDfvENeGrGPTOlAsZBl7ykuMYEJY3rw4yGOA7njkHNMKyCdf5+fXVIdJOwFU5rO6WrRuLQyrQKOXU9UYoib9r3iVkYjhk= Received: by 10.66.251.3 with SMTP id y3mr156493ugh.1195658653910; Wed, 21 Nov 2007 07:24:13 -0800 (PST) Received: by 10.66.218.20 with HTTP; Wed, 21 Nov 2007 07:24:13 -0800 (PST) Message-ID: Date: Wed, 21 Nov 2007 13:24:13 -0200 From: "Carlos A. M. dos Santos" To: freebsd-java@freebsd.org In-Reply-To: <20071121134230.GB4716@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071121134230.GB4716@tirith.brixandersen.dk> Subject: Re: FreeBSD + Banco do Brasil + JDK 1.5 + IPv6 == BOOM 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: Wed, 21 Nov 2007 15:24:22 -0000 On Nov 21, 2007 11:42 AM, Henrik Brix Andersen wrote: > On Wed, Nov 21, 2007 at 11:06:01AM -0200, Carlos A. M. dos Santos wrote: > > firefox fails to load the virtual keyboard applet used to provide the > > user password. The Java console shows a lengthy error trace starting > > with "java.net.ConnectException: Invalid argument" (see attachment). > > Yeah, I had the same problem with my homebanking system - I have > posted a work-around at my blog, that ough to work for you as well: > > http://blog.brixandersen.dk/?p=61 Thanks for the tip. It was useful, but I found that it is necessary to put a backslash before the second "=". In my system I have this: deployment.javapi.jre.1.5.0_13-p7.args=-Djava.net.preferIPv4Stack\=true -- Carlos A. M. dos Santos