From owner-freebsd-java@FreeBSD.ORG Wed Apr 12 00:32:41 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 141DE16A406 for ; Wed, 12 Apr 2006 00:32:41 +0000 (UTC) (envelope-from diizzyy@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4971043D6D for ; Wed, 12 Apr 2006 00:32:35 +0000 (GMT) (envelope-from diizzyy@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so1481510pyc for ; Tue, 11 Apr 2006 17:32:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gUUx75zyg53VKD8sahhapTJFTzv95FlCFD14f61tp7XDRI9OV6cmoMpu8Vu8fukdzKV0fwBdFQ/xNvM6CJwQilnKbDKXQsODML8rBiuHSpEoKi2V2s4jocBV93hJ2x5Px2MX4bQnF51FbFbj9Um2LQyal5J5xE6kFzrKya14Nl8= Received: by 10.35.54.20 with SMTP id g20mr1769513pyk; Tue, 11 Apr 2006 17:32:34 -0700 (PDT) Received: by 10.35.63.19 with HTTP; Tue, 11 Apr 2006 17:32:34 -0700 (PDT) Message-ID: Date: Wed, 12 Apr 2006 02:32:34 +0200 From: "Daniel Engberg" To: "Michael Vince" In-Reply-To: <443BAB15.6020802@thebeastie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <443BAB15.6020802@thebeastie.org> 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: Wed, 12 Apr 2006 00:32:41 -0000 On 4/11/06, Michael Vince wrote: > 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 > > That was all I needed to get it going, thanks. You might want to add this to the download page. //Daniel Engberg