Bug 1520086 - Azureus fails with ClassNotFoundException: org.eclipse.swt.widgets.Listener
Summary: Azureus fails with ClassNotFoundException: org.eclipse.swt.widgets.Listener
Keywords:
Status: CLOSED DUPLICATE of bug 1471578
Alias: None
Product: Fedora
Classification: Fedora
Component: azureus
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Juran
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-02 19:18 UTC by Clemens Eisserer
Modified: 2017-12-24 02:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-24 02:43:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Clemens Eisserer 2017-12-02 19:18:39 UTC
Description of problem:

After installing azureus from fedora's repositories, startup fails (despite package eclipse-swt is installed) :

changeLocale: no message properties for Locale 'German (Austria)' (de_AT), using 'German (Germany)'
DEBUG::Sat Dec 02 20:13:02 CET 2017  Successfully migrated key management
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:111)
	at org.gudy.azureus2.ui.swt.Main.main(Main.java:334)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:34)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Listener
	at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:159)
	... 12 more
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Listener
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at com.aelitis.azureus.launcher.classloading.PrimaryClassloader.loadClass(PrimaryClassloader.java:100)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 13 more
Exit from Azureus complete
No shutdown tasks to do
Azureus TERMINATED.


Version-Release number of selected component (if applicable):
azureus-5.7.5.0-2.fc27.noarch
eclipse-swt-4.7.1-6.fc27.x86_64

Steps to Reproduce:
1. install azureus
2. start azureus

Comment 1 Sergio Basto 2017-12-02 19:23:35 UTC
azureus-5.7.6.0-1.fc27  is available on repo updates-testing it should fix it

Comment 2 Sergio Basto 2017-12-24 02:43:11 UTC

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


Note You need to log in before you can comment on or make changes to this bug.