Iriverter fails to launch

Bug #535193 reported by Andy Duffell
82
This bug affects 17 people
Affects Status Importance Assigned to Milestone
iriverter (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: iriverter

Iriverter does not launch on Lucid, generating the following output:

Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/events/SelectionListener
 at java.lang.ClassLoader.defineClass1(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
 at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.events.SelectionListener
 at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
 ... 12 more
Could not find the main class: org.thestaticvoid.iriverter.ConverterUI. Program will exit.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: e61e66550264c9551fb05b8c2a13ed95
CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
Date: Tue Mar 9 17:35:17 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100224.1)
NonfreeKernelModules: nvidia
Package: iriverter 0.16-0ubuntu4
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.24-generic
SourcePackage: iriverter
Uname: Linux 2.6.32-16-generic x86_64

Related branches

Revision history for this message
Andy Duffell (andy-duffell) wrote :
Revision history for this message
ubuntosaure (ubuntosaure) wrote :

hy,

iriverter
Exception in thread "main" java.lang.NoClassDefFoundError: org.thestaticvoid.iriverter.ConverterUI
   at gnu.java.lang.MainThread.run(libgcj.so.10)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.events.SelectionListener not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/usr/share/java/iriverter.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj.so.10)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.10)
   at java.lang.ClassLoader.loadClass(libgcj.so.10)
   at java.lang.ClassLoader.loadClass(libgcj.so.10)
   at java.lang.VMClassLoader.defineClass(libgcj.so.10)
   at java.lang.ClassLoader.defineClass(libgcj.so.10)
   at java.security.SecureClassLoader.defineClass(libgcj.so.10)
   at java.net.URLClassLoader.findClass(libgcj.so.10)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.10)
   at java.lang.ClassLoader.loadClass(libgcj.so.10)
   at java.lang.ClassLoader.loadClass(libgcj.so.10)
   at gnu.java.lang.MainThread.run(libgcj.so.10)

Changed in iriverter (Ubuntu):
status: New → Confirmed
Revision history for this message
J.M. Hardin (jmhardin) wrote :

This is a critical app for me. It's bad enough that I couldn't rip from DVD's in karmic, but now I can't even launch iriverter? I use this app on a daily basis. I hope someone can at least find a workaround for this. Had I realized lucid borked iriverter so badly I never would have taken the distro-upgrade.

Revision history for this message
J.M. Hardin (jmhardin) wrote :

I was able to get Iriverter working by snagging the iriverter.jnlp file at http://iriverter.thestaticvoid.com/ (the link for iriverter 17.1 containing non-free codecs for Windows) and launching it with Java Web Start (/usr/lib/jvm/java-6-openjdk/bin/javaws iriverter.jnlp). It's still having issues reading DVDs but it launches and converts local files without complaint.

Revision history for this message
Lawrence H (lhassall) wrote :

The issue is in the /usr/bin/iriverter script. It refers to /usr/lib/java/swt-gtk-3.5.jar but the distro contains -3.5.1.jar

Just update the final line of the script to add the ".1":

... /usr/lib/java/swt-gtk-3.5.1.jar org.thestaticvoid.iriverter.ConverterUI $*

Revision history for this message
J.M. Hardin (jmhardin) wrote :

Thanks for that easy fix, lhassall. I can confirm that making that edit does in fact allow iriverter to launch.

Revision history for this message
Andy Duffell (andy-duffell) wrote :

Confirmed that your fix is all it takes lhassel, thanks for looking into this. Now all we need is some MOTU help to get this packaged and fed back upstream.

Revision history for this message
ubersk (ubersk) wrote :

Thx
need update in repository i think

Revision history for this message
Fredde (fredde) wrote :

It worked for me to after changing the line as described above in thread. Thanks!
I had to change access rights for file though before i could change it.

Changed in iriverter (Ubuntu):
status: Confirmed → Fix Committed
Revision history for this message
Ketil Wendelbo Aanensen (ketilwaa-deactivatedaccount) wrote :

I'm getting this in Maverick beta. Please reopen.

Revision history for this message
kruemel (kruemel) wrote :

Just tried it - the fix Lawrence H. posted on 2010-06-13 also works for Maverick.

Revision history for this message
J.M. Hardin (jmhardin) wrote :

I'm also seeing this in a fresh install of Maverick (Mint 10 KDE, actually) and am surprised I still had to apply Lawrence H.'s fix. Shouldn't we be able to install it and run it without having to edit a file by now?

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package iriverter - 0.16-0ubuntu5

---------------
iriverter (0.16-0ubuntu5) natty; urgency=low

  * Rebuild against latest swt-gtk and update dependencies
    - FFe LP: #740815
    - update debian/control
    - update debian/rules
  * This also fixes LP: #535193 by not specifying the versioned swt jar
 -- Chris Coulson <email address hidden> Wed, 23 Mar 2011 11:34:19 +0000

Changed in iriverter (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
J.M. Hardin (jmhardin) wrote :

OK. I'll just wait until Mint KDE gets the Natty base, although I'm still surprised it wasn't included for Maverick.

Revision history for this message
compassbearer (compassbearer) wrote : Re: [Bug 535193] Re: Iriverter fails to launch
Download full text (3.9 KiB)

I've used iriverter on an older computer for a year, even though I recently
had to download directly from the website to get the newest version, and it
worked great! Now, with a new computer, and all upgrades available, it is
not working. It is asking for MPlayer path. I only use VLC, as I've used
in the past and don't understand what it is asking for or why.

Michael

On Sun, Mar 27, 2011 at 10:59, J.M. "Peng" Hardin <<email address hidden>
> wrote:

> OK. I'll just wait until Mint KDE gets the Natty base, although I'm
> still surprised it wasn't included for Maverick.
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/535193
>
> Title:
> Iriverter fails to launch
>
> Status in “iriverter” package in Ubuntu:
> Fix Released
>
> Bug description:
> Binary package hint: iriverter
>
> Iriverter does not launch on Lucid, generating the following output:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/eclipse/swt/events/SelectionListener
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
> at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
> at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
> Caused by: java.lang.ClassNotFoundException:
> org.eclipse.swt.events.SelectionListener
> at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
> ... 12 more
> Could not find the main class: org.thestaticvoid.iriverter.ConverterUI.
> Program will exit.
>
> ProblemType: Bug
> Architecture: amd64
> CheckboxSubmission: e61e66550264c9551fb05b8c2a13ed95
> CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
> Date: Tue Mar 9 17:35:17 2010
> DistroRelease: Ubuntu 10.04
> InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100224.1)
> NonfreeKernelModules: nvidia
> Package: iriverter 0.16-0ubuntu4
> PackageArchitecture: all
> ProcEnviron:
> LANG=en_GB.utf8
> SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.32-16.24-generic
> SourcePackage: iriverter
> Uname: Linux 2.6.32-16-generic x86_64
>
> To unsubscribe from this bu...

Read more...

Revision history for this message
compassbearer (compassbearer) wrote :

Why does iRiverter request MPlayer path?

Revision history for this message
Alberto Salvia Novella (es20490446e) wrote :

Compassbearer has been reported as a possible spammer since his link is considered dangerous by Web Of Trust Firefox Addon.

Revision history for this message
compassbearer (compassbearer) wrote : Invitation to connect on LinkedIn

LinkedIn
------------

Bug,

I'd like to add you to my professional network on LinkedIn.

- J.Michael

J.Michael Anderson
Substitute Teacher at Austin Independent School District
Dallas/Fort Worth Area

Confirm that you know J.Michael Anderson:
https://www.linkedin.com/e/-g29rtg-h5l964ck-61/isd/4011109921/yHxxkq4Q/?hs=false&tok=1LtJnV1YpKURk1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-g29rtg-h5l964ck-61/qHdJx7xRCOw7Yy9zvBpeN0lRPwp2Gk98-oCRxx8/goo/535193%40bugs%2Elaunchpad%2Enet/20061/I2744229935_1/?hs=false&tok=10C27eMptKURk1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.