LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-30-2005, 12:32 PM   #1
J_7D5
LQ Newbie
 
Registered: Aug 2005
Distribution: Gentoo Base System version 1.6.14
Posts: 13

Rep: Reputation: 0
Azureus TERMINATED. unexpectedly.


I'm getting the following error when I start up Azureus. I got it after I installed the latest GTK. Any idea what's wrong?

Code:
J@Box:~/azureus$ ./azureus
Starting Azureus...
Java exec not found in PATH, starting auto-search...
Java exec found in  /usr/java/jre1.5.0_05/bin/
Suitable java version found  [/usr/java/jre1.5.0_05/bin/java = 1.5.0_05]
Configuring environment...
Loading Azureus:
/usr/java/jre1.5.0_05/bin/java -Xms16m -Xmx128m -cp "/home/J/azureus/Azureus2.jar:/home/J/azureus/swt.jar:/home/J/azureus/swt-mozilla.jar:/home/J/azureus/swt-pi.jar" -Djava.library.path="/home/J/azureus" -Dazureus.install.path="/home/J/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/J/azureus/libswt-pi-gtk-3106.so: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
        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:118)
        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:107)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:71)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:98)
Azureus TERMINATED.
 
Old 10-31-2005, 09:17 AM   #2
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
Looks like your Java 1.5 isn't installed correctly. Try installing all of the Java packages again, because you are missing a link.
 
Old 11-01-2005, 12:25 AM   #3
J_7D5
LQ Newbie
 
Registered: Aug 2005
Distribution: Gentoo Base System version 1.6.14
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by RedShirt
Looks like your Java 1.5 isn't installed correctly. Try installing all of the Java packages again, because you are missing a link.
I fixed the problem. It turns out that the latest version of GTK is not compatible with the version of SWT that Azureus is running. So to fix this problem, I downloaded the latest SWT and copied SWT.jar over the SWT.jar that Azureus was using. This fixed the problem and Azureus works fine now.

Thanks.
 
Old 11-11-2005, 06:36 AM   #4
nadavkav
LQ Newbie
 
Registered: Nov 2005
Location: Israel, Kfar Sirkin
Distribution: Fedora,Debian,Ubuntu
Posts: 12

Rep: Reputation: 0
upgrading to swt 3.1 (ver 3138) didn't help (me)
i still get...
Starting Azureus...
Loading Azureus:
/usr/java/jre1.6.0/bin/java -Xms16m -Xmx128m -cp :Azureus2.jar:swt.jar:swt-pi.jar -Dazureus.install.path=/usr/local/azureus -Djava.library.path=/usr/local/azureus org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/azureus/libswt-pi-gtk-3138.so: libcairo.so.2: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
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:107)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:71)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:98)
Azureus TERMINATED.
 
  


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
Azureus install terminated on Suse 9.2? suse2166 Linux - Software 3 12-27-2005 06:15 PM
Child terminated with 1 status kahlil88 Linux - Security 1 11-26-2005 04:33 AM
Azureus +firewall: UDP-discovery drop packetsport 8008 alt_http What is Azureus doing Emmanuel_uk Linux - Networking 0 08-31-2005 06:06 AM
Terminals terminated by nVidia babyphil Linux - Newbie 0 06-14-2004 10:36 PM
azureus installed..azureus script can be moved? nixel Slackware 1 05-22-2004 10:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:19 AM.

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