From owner-freebsd-java@FreeBSD.ORG Tue Apr 11 13:47:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 1608F16A48F for ; Tue, 11 Apr 2006 13:47:28 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193CC442EC for ; Tue, 11 Apr 2006 13:14:09 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id F1AC64CE07; Tue, 11 Apr 2006 13:13:57 +0000 (GMT) Received: from [192.168.0.6] (ppp157-158.static.internode.on.net [150.101.157.158]) by p4.roq.com (Postfix) with ESMTP id EB0E94CDF3; Tue, 11 Apr 2006 13:12:49 +0000 (GMT) Message-ID: <443BAB15.6020802@thebeastie.org> Date: Tue, 11 Apr 2006 23:11:49 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060213 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Engberg References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-java@freebsd.org Subject: Re: Azureus 2.4.0.3 and Diablo JRE 1.5.0.06.00 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: Tue, 11 Apr 2006 13:47:28 -0000 Daniel Engberg wrote: >Hi, > >First of all I want to thank all who ported and made it possible to >release Java 1.5 as binaries, it's really appreciated. Unfortunately >Diablo JRE seems to have some issues with Azureus (Azureus2403-BX >(I've tried several builds)), everything is fine until should be >downloading pieces. Azureus doesn't report (console mode) any errors >but nothing happens after you've connected to seeders and peers. >Unfortunately I have no idea where start so any confirmation of this >behaviour or troubleshooting hints would be helpful. >The machine is running FreeBSD 6.0-STABLE #2: Thu Jan 26 18:56:33 CET >2006 and JRE version of diablo-1.5.0_06-b00 >//Daniel Engberg >_______________________________________________ > > As far as I know there are threading issues with pthread and diablo try using libc_r, put this in your /etc/libmap.conf file [/usr/local/diablo-jdk1.5.0/] libpthread.so libc_r.so libpthread.so.2 libc_r.so.6 #libpthread.so.2 libthr.so.2 #libpthread.so libthr.so Also its worth a shot to double check your permissions, maybe the Java process just cant write files. Mike