Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 10:50:58 -0300
From:      Rainer Alves <rainer.alves@gmail.com>
To:        "Koopmann, Jan-Peter" <Jan-Peter.Koopmann@seceidos.de>
Cc:        ports@FreeBSD.org
Subject:   Re: azureus does not download
Message-ID:  <444791C2.7030209@gmail.com>
In-Reply-To: <AEF86EFA5497434190F6D57E2666EA7A5CDFC7@ERWIN.intern.seceidos.de>
References:  <AEF86EFA5497434190F6D57E2666EA7A5CDFC7@ERWIN.intern.seceidos.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Koopmann, Jan-Peter wrote:
> Hi,
> 
> i had a working setup with azureus port 2.3.0.6 and some devil made me
> upgrade to 2.4.0.2. Now I am back to the problem that everything _looks_ ok,
> azureus does connect to other peers but it does not download anything. 

I had the exact same problem here, and was able to solve it by forcing 
Azureus to use jdk 1.4 instead of 1.5:

--- azureus     Thu Apr 20 10:48:08 2006
+++ /usr/local/bin/azureus      Thu Apr 20 10:47:48 2006
@@ -6,7 +6,7 @@
  export JAVA_OS

  # java
-JAVA_VERSION="1.4+"
+JAVA_VERSION="1.4"
  JAVA_OS="native"

--
Rainer Alves



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444791C2.7030209>