From owner-freebsd-java@FreeBSD.ORG Sun May 24 11:25:46 2009 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 9A50D106566C for ; Sun, 24 May 2009 11:25:46 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out0.tiscali.nl (smtp-out0.tiscali.nl [195.241.79.175]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6DE8FC16 for ; Sun, 24 May 2009 11:25:46 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out0.tiscali.nl with esmtp id 1M8Bpp-0004MC-4c; Sun, 24 May 2009 13:25:45 +0200 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 753C394FF; Sun, 24 May 2009 13:25:43 +0200 (CEST) Date: Sun, 24 May 2009 13:25:42 +0200 To: ken , freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20090524.194252.598552788702432679.ken@tydfam.jp> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20090524.194252.598552788702432679.ken@tydfam.jp> User-Agent: Opera Mail/9.64 (FreeBSD) Cc: Subject: Re: jdk16 does not allow to connect to socket 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: Sun, 24 May 2009 11:25:47 -0000 On Sun, 24 May 2009 12:42:52 +0200, ken wrote: > Dear all, > It might be a stupid question... > > Recent update to 7.2 release and reinstallation of jdk16/openjdk6 > disabled me to connect to through sockets/ports - svn in eclipse is not > usable, while I can connect to with diablo-jdk1.6.0. > I rewrote /usr/local/{jdk1.6.0,openjdk6}/jre/lib/security/java.policy, > but it seems that it is not reflected. > > What am I wrong? > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" Does it help if you start java with the option -Djava.net.preferIPv4Stack=true? Or if you compile openjdk6 without IPV6 support? Otherwise it helps to post the error/stacktrace. Ronald.