LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-08-2005, 12:25 PM   #1
mat_uk111
Member
 
Registered: Oct 2004
Posts: 128

Rep: Reputation: 15
Installing Azureus


I am using SUSE 10.0 and I want to install azurus, so I followed the instructions and I get the following error message:

Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2_06]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/mat/azureus/Azureus2.jar:/home/mat/azureus/swt.jar" -Djava.library.path="/home/mat/azureus" -Dazureus.install.path="/home/mat/azureus" org.gudy.azureus2.ui.swt.Main ''
DEBUG::Thu Dec 08 18:20:16 GMT 2005::com.aelitis.azureus.core.networkmanager.VirtualServerChannelSelector::start::93:
IncomingSocketChannelManager::start::346,IncomingSocketChannelManager::<init>::103,NetworkManager::< init>::113,NetworkManager::<clinit>::48,AzureusCoreImpl::<init>::122,AzureusCoreImpl::create::70,Azu reusCoreFactory::create::46,Main::<init>::119,Main::main::142
java.net.SocketException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:108)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at com.aelitis.azureus.core.networkmanager.VirtualServerChannelSelector.start(VirtualServerChannelSelec tor.java:79)
at com.aelitis.azureus.core.networkmanager.impl.IncomingSocketChannelManager.start(IncomingSocketChanne lManager.java:346)
at com.aelitis.azureus.core.networkmanager.impl.IncomingSocketChannelManager.<init>(IncomingSocketChann elManager.java:103)
at com.aelitis.azureus.core.networkmanager.NetworkManager.<init>(NetworkManager.java:113)
at com.aelitis.azureus.core.networkmanager.NetworkManager.<clinit>(NetworkManager.java:48)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.<init>(AzureusCoreImpl.java:122)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.create(AzureusCoreImpl.java:70)
at com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:119)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/mat/azureus/libswt-pi-gtk-3139.so: /home/mat/azureus/libswt-pi-gtk-3139.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
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:122)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:75)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:108)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:123)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)
Azureus TERMINATED.

Anybody any idea whats going wrong?

mat
 
Old 12-08-2005, 12:35 PM   #2
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
The libswt-pi-gtk library is missing or not accessible.
Quote:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/mat/azureus/libswt-pi-gtk-3139.so: /home/mat/azureus/libswt-pi-gtk-3139.so: cannot open shared object file: No such file or directory
Check if the file is located in /home/mat/azureus/ and if you have sufficient access rights.

Last edited by abisko00; 12-08-2005 at 12:37 PM.
 
Old 12-08-2005, 12:37 PM   #3
Slammer64
LQ Newbie
 
Registered: Jun 2005
Location: Ozark Mountains
Distribution: Slackware 12.0
Posts: 13

Rep: Reputation: 0
Azureus

Azureus needs a more up to date version of Java, I use the Java 1.5.03 release in YaST, it should be easy to upgrade via YaST. However, if you are using the x64_86 version (like me) you can install it directly and it won't affect your existing install. Be warned that Openoffice and a few other programs may complain if you do upgrade, but they should run.
 
Old 12-08-2005, 12:45 PM   #4
mat_uk111
Member
 
Registered: Oct 2004
Posts: 128

Original Poster
Rep: Reputation: 15
So I would just download the 64bit version via YaST? Or would it be a manual install?
 
Old 12-08-2005, 12:54 PM   #5
mat_uk111
Member
 
Registered: Oct 2004
Posts: 128

Original Poster
Rep: Reputation: 15
I have the required file, with exeutatable rights. Is it a case of an old version of Java?

Mat
 
Old 12-08-2005, 01:02 PM   #6
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Quote:
Is it a case of an old version of Java?
Probably! I am using 1_5_0 from the extra java repository, e.g.:

ftp://ftp.uni-erlangen.de/mirrors/op...st-source-java
 
Old 12-08-2005, 01:57 PM   #7
mat_uk111
Member
 
Registered: Oct 2004
Posts: 128

Original Poster
Rep: Reputation: 15
Having installed the Java correctly and it now runs but not without some problems, I get a pop-up which says error, unable to bind TCP

Any idea of what I haven't done?

Mat
 
Old 12-09-2005, 02:43 AM   #8
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
It may be a firewall setting. Make sure you open the bittorrent ports (don't remember which).
 
Old 12-09-2005, 07:30 AM   #9
onjoo
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Suse 10, Suse-factory , RHEL4, SLES9, SLED10
Posts: 380

Rep: Reputation: 30
Check your azureus configurations.

Atleast in windows its Tools -> Options-> Connection

6881 is the tcp port azureus normally uses, you will probably also need to open that port in yastFirewall, but you also need to confirm that "the Bind to local IP address" is correct..

Azureus used to use also the same udp port (6881), so open that also.
Tcp 6969 is also used so it would be sensible to open that too
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Installing Azureus athanman Linux - Software 3 11-20-2005 03:42 PM
installing Azureus? greythorne Ubuntu 1 10-29-2005 11:12 PM
Error Installing Azureus PapaSmurf88 Mandriva 4 05-12-2005 06:07 PM
Installing Azureus duffmckagan Mandriva 41 05-07-2005 03:24 AM
Installing Azureus/Bittorrent jc_firestorm Linux - Software 1 03-13-2005 10:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration