Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71378 - azureus 2.2.0.0 crashes + no plugins
Summary: azureus 2.2.0.0 crashes + no plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 04:21 UTC by JoWilly
Modified: 2004-12-20 08:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JoWilly 2004-11-16 04:21:04 UTC
Hi,

I have previously posted Bug 71277. Symlinking the swt libs worked, and azureus now starts up. But:

1. It complains that it cannot find the azupdater plugin in the /usr/lib/azureus dir. I checked, there are no plugins in this dir.

2. It then crashes when starting to check the consistency of a partially downloaded torrent (the same happens with azureus-bin).

Apart from the crash in point 2 (which renders the app unusable), it seems to work fine (I can add new torrents, and it starts downloading. The crash is only when checking the downloaded files).

Here is the output of the crash:

$ azureus
Attempting to start Azureus...
changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
#
# Error ID: 43113F32554E54494D45110E4350500308
#
# Problematic Thread: prio=1 tid=0x08244d70 nid=0x950 runnable
#

Heap at VM Abort:
Heap
 def new generation   total 576K, used 186K [0xab890000, 0xab930000, 0xabd70000)
  eden space 512K,  23% used [0xab890000, 0xab8aeaf8, 0xab910000)
  from space 64K, 100% used [0xab920000, 0xab930000, 0xab930000)
  to   space 64K,   0% used [0xab910000, 0xab910000, 0xab920000)
 tenured generation   total 3148K, used 3132K [0xabd70000, 0xac083000, 0xaf890000)
   the space 3148K,  99% used [0xabd70000, 0xac07f068, 0xac07f200, 0xac083000)
 compacting perm gen  total 9728K, used 9704K [0xaf890000, 0xb0210000, 0xb3890000)
   the space 9728K,  99% used [0xaf890000, 0xb020a3b0, 0xb020a400, 0xb0210000)
/usr/bin/azureus: line 54:  2384 Aborted                 java -cp $CLASSPATH -Djava.library.path="/usr/share/swt/lib:${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1"
If you recieved an error about a missing java class, you need to setup
your classpath correctly.
This should do the trick (as root):
java-config --add-system-classpath=junit,log4j,commons-cli-1,systray4j,swt
env-update && source /etc/profile

Currently, your classpath (including azureus additions) is:
seda.jar:azureus.jar:/usr/share/systray4j/lib/systray4j.jar:/usr/share/commons-cli-1/lib/commons-cli.jar:/usr/share/log4j/lib/log4j-1.2.8.jar:/usr/share/junit/lib/junit.jar:/usr/share/swt/lib/swt.jar:.
Comment 1 JoWilly 2004-11-16 06:11:46 UTC
Hi,

I have updated to sun-jdk-1.5.0 (update from 1.4.2.06) and it now works.

But there is now another issue: swt in portage was updated to 3.1, and azureus depends on it. But it won't work with 3.1. I had to unmerge swt 3.1 and remerge 3.0.

Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-12-14 02:18:56 UTC
do you have amd64 ?
see bug #71277 and could you try if motif version runs for you` ?
see bug #71348 
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-12-20 08:41:29 UTC
Try net-p2p/azureus-2.2.0.0-r1, it should fix most (if not all) of your woes.