LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   azureus install and running - help! (https://www.linuxquestions.org/questions/linux-newbie-8/azureus-install-and-running-help-936795/)

yaximik 03-27-2012 11:06 PM

azureus install and running - help!
 
Hi,

I downloaded azureus from sourceforge and followed instructions to unpack the archive and run azureus application. It failed. Here is the output - my understanding there is conflict between 64-bit OS and some 32-bit goodies needed to run it. But was it not supposed to resolve dependencies itself? Please help to straighten this up.

Code:

[root@SciLinux55 azureus]# ./azureus
Starting Azureus...
Suitable java version found [java = 1.6.0_20]
Configuring environment...
Java exec found in PATH. Verifying...
Browser check failed with: Cannot load 32-bit SWT libraries on 64-bit JVM
Auto-scanning for GRE/XULRunner. You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
checking /etc/gre.d/gre64.conf for GRE_PATH
GRE found at /usr/lib64/xulrunner-1.9.
Browser check failed with: Could not initialize class org.eclipse.swt.widgets.Display
Can't create browser. Will try to set LD_LIBRARY_PATH and hope Vuze has better luck.
setting LD_LIBRARY_PATH to: /usr/lib64/xulrunner-1.9
setting MOZILLA_FIVE_HOME to: /usr/lib64/xulrunner-1.9
Loading Azureus:
java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/opt/azureus" -Dazureus.install.path="/opt/azureus" -Dazureus.script="./azureus" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
file:/opt/azureus/Azureus2.jar ; file:/opt/azureus/swt.jar ; file:/opt/azureus/
changeLocale: *Default Language* != English (United States). Searching without country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:114)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:217)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:132)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:84)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:63)
at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:162)
... 12 more
Exit from Azureus complete
No shutdown tasks to do
Azureus TERMINATED.

John VV 03-28-2012 01:48 AM

Quote:

But was it not supposed to resolve dependencies itself?
What ?? the java torrent client ? -- no

I am guessing you are on RHEL ?
so "yum" resolves dependencies in the rpm's from the repos

you are on RHEL ??? what ? ( the current are 5.8 and 6.2 )

If you are on a 64 bit system then why are you NOT using the 64 bit version ?
it IS on the sourceforge page
http://azureus.sourceforge.net/download.php
Vuze_4702_linux-x86_64.tar.bz2


also there ARE other torrent clients in the el5 or el6 repos
do a yum search
Code:

su -
yum search torrent

and you should get a list


All times are GMT -5. The time now is 06:54 AM.