From owner-freebsd-java@FreeBSD.ORG Thu Mar 25 17:48: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 91635106566B for ; Thu, 25 Mar 2010 17:48:02 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 4301B8FC08 for ; Thu, 25 Mar 2010 17:48:02 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id 0EFE0E0479; Fri, 26 Mar 2010 06:47:59 +1300 (NZDT) Date: Fri, 26 Mar 2010 06:47:59 +1300 From: Jonathan Chen To: Wilhelm Greiner Message-ID: <20100325174759.GC10202@osiris.chen.org.nz> References: <20100325140504.GA11277@erwo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100325140504.GA11277@erwo.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@freebsd.org Subject: Re: fwd: jdk-1.6.0.3p4_12 Problem (Socket Thing) 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: Thu, 25 Mar 2010 17:48:02 -0000 On Thu, Mar 25, 2010 at 03:05:04PM +0100, Wilhelm Greiner wrote: [...] > i have a Problem with the Port "jdk-1.6.0.3p4_12" on FreeBSD > "8.0-RELEASE #0". > > An Application dies with the Error "java.net.BindException: Can't assign > requested address". > > In the lack of compatibility i cant use diablo JRE or Open Java Runtime > (the gpled Thing). > > On my Test Box i disabled ipv6 in rc.conf, also i used the Java > Parameter "-Djava.net.preferIPv4Stack=true". > > Also i read about problems with the loopback interface, the command > "ifconfig lo0" says: > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > > > Think the settings should be ok, can anyone help please to find the problem? All this means is that the application is trying set up a listener on a tcp or udp port that is being used by some other process. Check you app's configuration again. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly.