Bug 755591

Summary: Unable to launch Azureus
Product: [Fedora] Fedora Reporter: Mike <MikeDawg>
Component: azureusAssignee: David Juran <djuran>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: djuran, langel
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-23 04:22:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike 2011-11-21 14:42:08 UTC
Description of problem:

Unable to launch azureus


Version-Release number of selected component (if applicable):
azureus-4.6.0.4-4.fc16.1.noarch

How reproducible:
Everytime

Steps to Reproduce:
1. Attempt to launch azureus
2.
3.
  
Actual results:
Receive the following error message in 

$HOME/.azureus/logs/debug_1.log (replace $HOME with user's actual home directory, above and below) :

[11/20/11 7:24 PM] Log File Opened for Vuze 4.6.0.4
[19:24:56] [stderr] java.lang.reflect.InvocationTargetException
[19:24:56] [stderr] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[19:24:56] [stderr] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
[19:24:56] [stderr] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[19:24:56] [stderr] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
[19:24:56] [stderr] 	at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:114)
[19:24:56] [stderr] 	at org.gudy.azureus2.ui.swt.Main.main(Main.java:292)
[19:24:56] [stderr] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:24:56] [stderr] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[19:24:56] [stderr] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19:24:56] [stderr] 	at java.lang.reflect.Method.invoke(Method.java:616)
[19:24:56] [stderr] 	at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
[19:24:56] [stderr] 	at java.lang.Thread.run(Thread.java:679)
[19:24:56] [stderr] Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
[19:24:56] [stderr] 	no swt-gnome-gtk-3735 in java.library.path
[19:24:56] [stderr] 	no swt-gnome-gtk in java.library.path
[19:24:56] [stderr] 	Can't load library: $HOME/.swt/lib/linux/x86_64/libswt-gnome-gtk-3735.so
[19:24:56] [stderr] 	Can't load library: $HOME/.swt/lib/linux/x86_64/libswt-gnome-gtk.so
[19:24:56] [stderr] 
[19:24:56] [stderr] 	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
[19:24:56] [stderr] 	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
[19:24:56] [stderr] 	at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21)
[19:24:56] [stderr] 	at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397)
[19:24:56] [stderr] 	at org.eclipse.swt.program.Program.launch(Program.java:1086)
[19:24:56] [stderr] 	at org.eclipse.swt.program.Program.launch(Program.java:1042)
[19:24:56] [stderr] 	at org.gudy.azureus2.ui.swt.Utils.launch(Utils.java:948)
[19:24:56] [stderr] 	at com.aelitis.azureus.ui.swt.Initializer.checkInstallID(Initializer.java:304)
[19:24:56] [stderr] 	at com.aelitis.azureus.ui.swt.Initializer.runInSWTThread(Initializer.java:273)
[19:24:56] [stderr] 	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:220)
[19:24:56] [stderr] 	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:63)
[19:24:56] [stderr] 	at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:163)
[19:24:56] [stderr] 	... 12 more




Expected results:

Azureus to launch

Additional info:

Comment 1 Mike 2011-11-22 16:09:31 UTC
After a little more digging, this looks exactly like:  https://bugzilla.redhat.com/show_bug.cgi?id=746425

Comment 2 Mike 2011-11-22 16:33:06 UTC
I will verify later today, the details of the version of eclipse that is installed.  It should be the latest from an official fedora repo mirror; but I will confirm eclipse version later in the day.

Comment 3 Mike 2011-11-23 04:22:56 UTC

*** This bug has been marked as a duplicate of bug 746425 ***