[Bug 520903] New: Iced Tea web start failed.
http://bugzilla.novell.com/show_bug.cgi?id=520903 Summary: Iced Tea web start failed. Classification: openSUSE Product: openSUSE 11.2 Version: Milestone 3 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: bili@novell.com QAContact: qa@suse.de Found By: --- When I open run below: $ javaws meeting.jnlp Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/i386/motif21/libmawt.so at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666) at java.lang.Runtime.load0(Runtime.java:787) at java.lang.System.load(System.java:1022) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1610) at java.awt.Toolkit.<clinit>(Toolkit.java:1632) at java.awt.Component.<clinit>(Component.java:568) at javax.swing.ImageIcon.<clinit>(ImageIcon.java:78) at net.sourceforge.jnlp.runtime.JNLPRuntime.loadWindowIcon(JNLPRuntime.java:484) at net.sourceforge.jnlp.runtime.JNLPRuntime.getDefaultBaseDir(JNLPRuntime.java:274) at net.sourceforge.jnlp.runtime.Boot.getBaseDir(Boot.java:434) at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:198) at java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:189) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 User mvyskocil@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=520903#c1 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |NEEDINFO CC| |mvyskocil@novell.com Info Provider| |bili@novell.com --- Comment #1 from Michal Vyskocil <mvyskocil@novell.com> 2009-07-30 07:43:36 MDT --- Openjdk does not support Motif toolkit, but the Java applications should not take care about it. It can help force to the XToolkit [1] using AWT_TOOLKIT=XToolkit javaws, or javaws -Dawt.toolkit=sun.awt.X11.XToolkit. Can you try it? If not, you have to swith to sun (easiest way is zypper remove java-1_6_0-openjdk, zypper in java-1_6_0-sun). [1] http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 User bili@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=520903#c2 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|bili@novell.com | --- Comment #2 from Li Bin <bili@novell.com> 2009-07-31 01:51:59 MDT --- Hi, I've add some flags below cause the groupwise couldn't refresh correctly. export AWT_TOOLKIT=MToolkit If I comment out this line, it works fine. So I think it caused by this flag. Maybe you can set it invalid if Openjdk does not support Motif toolkit. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 User mvyskocil@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=520903#c3 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://icedtea.classpath.or | |g/bugzilla/show_bug.cgi?id= | |373 Target Milestone|--- |Factory --- Comment #3 from Michal Vyskocil <mvyskocil@novell.com> 2009-07-31 03:51:55 MDT ---
Maybe you can set it invalid if Openjdk does not support Motif toolkit.
To be exactly, openjdk itself has a support of Motif, just it's disabled by default through icedtea (a build scripts and a patchset for openjdk). So this is a really bug, because JVM should not try to load MToolkit and ignores this settings in this case. I wrote a small patch and post it into the icedtea bugzilla. Closing as UPSTREAM and change Target Milestone to Factory - this fix would be included in a latter version of icedtea. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 User mvyskocil@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=520903#c4 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM --- Comment #4 from Michal Vyskocil <mvyskocil@novell.com> 2009-07-31 03:53:00 MDT --- ups, fix the status :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 http://bugzilla.novell.com/show_bug.cgi?id=520903#c5 omlx omlx <fahad.alsaidi@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fahad.alsaidi@gmail.com --- Comment #5 from omlx omlx <fahad.alsaidi@gmail.com> 2010-01-02 10:07:41 UTC --- I still face this bug on OpenSUSE 11.2. Is there any workaround ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 http://bugzilla.novell.com/show_bug.cgi?id=520903#c6 --- Comment #6 from Michal Vyskocil <mvyskocil@novell.com> 2010-01-05 09:16:49 UTC --- I did not get a response from upstream yet. The workaround is to remove java-1_6_0-openjdk and install java-1_6_0-sun from non-free repository. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=520903 http://bugzilla.novell.com/show_bug.cgi?id=520903#c7 Andrew Hughes <ahughes@redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ahughes@redhat.com --- Comment #7 from Andrew Hughes <ahughes@redhat.com> 2010-04-12 21:59:04 UTC --- This is fixed in 1.8 which should be released this week. A better workaround is to just not set AWT_TOOLKIT or the equivalent property, rather than switching to the proprietary JDK. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com