[Bug 430853] New: java applet - openJDK6: some signed applets still don' t work
https://bugzilla.novell.com/show_bug.cgi?id=430853 Summary: java applet - openJDK6: some signed applets still don't work Product: openSUSE.org Version: unspecified Platform: x86 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: schoppehaller@vr-web.de QAContact: adrian@novell.com Found By: Community User http://tools.godmode-trader.de/watchlist/ this applet doesn't start with openJDK from Java:openjdk6:Factory I'll submit the log from firefox. Daniel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c1 --- Comment #1 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-09-30 02:21:48 MDT --- Created an attachment (id=242457) --> (https://bugzilla.novell.com/attachment.cgi?id=242457) Log from firefox while starting tha applet -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 Felix Möller <fm@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #242457|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c2 --- Comment #2 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-10-02 04:28:43 MDT --- Update to version java-1_6_0-openjdk-1.3_b12-17.3.i586.rpm and still does not work -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |bnc-team-java@forge.provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c3 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@novell.com Status|NEW |NEEDINFO Info Provider| |schoppehaller@vr-web.de --- Comment #3 from Michal Vyskocil <mvyskocil@novell.com> 2008-10-23 08:07:58 MDT --- The last available openjdk was fully updated to icedtea 1.3 with enabled LiveConnect plugin and contains a netscape/javascript/ classes. The current packages in (java-1_6_0-openjdk-1.3_b12-18.1) does not have a signed applet support as I backported the fix few hours ago and the new openjdk is still not completely rebuilded. But after rebuild it will get a support for signed applets too. The new IcedTea plugin (please check the link in browser-plugins/ directory) readlink -f /usr/lib64/browser-plugins/libjavaplugin.so /usr/lib64/jvm/java-1.6.0-openjdk-1.3_b12/jre/lib/amd64/IcedTeaPlugin.so has a debug variable ICEDTEAPLUGIN_DEBUG, so running ICEDTEAPLUGIN_DEBUG=true firefox will produce a more verbose output. Can you try this? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c4 Daniel Fuhrmann <schoppehaller@vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schoppehaller@vr-web.de | --- Comment #4 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-10-23 09:49:37 MDT --- Ok, it works. I only had to change the symlink manually: from daniel@linux-8cq3:~> readlink -f /usr/lib/browser-plugins/libjavaplugin.so /usr/lib/jvm/java-1.6.0-openjdk-1.3_b12/jre/lib/i386/gcjwebplugin.so (over /etc/alternatives/libjavaplugin.so) to daniel@linux-8cq3:~> readlink -f /usr/lib/browser-plugins/libjavaplugin.so /usr/lib/jvm/java-1.6.0-openjdk-1.3_b12/jre/lib/i386/IcedTeaPlugin.so will this be automatically fixed in future? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c5 --- Comment #5 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-10-23 10:17:28 MDT --- Created an attachment (id=247555) --> (https://bugzilla.novell.com/attachment.cgi?id=247555) output from icedtea-debug -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c6 --- Comment #6 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-10-23 10:26:22 MDT --- Created an attachment (id=247557) --> (https://bugzilla.novell.com/attachment.cgi?id=247557) font quality with icedtea The font quality is very bad. shall I create a new bug? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #247555|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c7 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Michal Vyskocil <mvyskocil@novell.com> 2008-10-24 03:33:49 MDT --- Yes, the #4 will be fixed asap. The current Java:openjdk6:Factory is too much unstable development version :(. After 11.1 release the development will be moved to another OBS project, so the openjdk6:Factory will be stable. BTW: I'm not sure how you changed the link, but the /usr/sbin/update-alternatives --auto libjavaplugin.so(.x86_64) is the best way. Feel free to open a new bug about font rendering. I'll take a look at that. Thanks for your testing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c8 --- Comment #8 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-10-24 04:28:32 MDT --- (In reply to comment #7 from Michal Vyskocil)
Yes, the #4 will be fixed asap. The current Java:openjdk6:Factory is too much unstable development version :(. After 11.1 release the development will be moved to another OBS project, so the openjdk6:Factory will be stable.
BTW: I'm not sure how you changed the link, but the /usr/sbin/update-alternatives --auto libjavaplugin.so(.x86_64) is the best way.
I renamed the wrong symlink and replaced it with a new direct one -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c9 Daniel Fuhrmann <schoppehaller@vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #9 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-11-18 02:27:50 MST --- Sorry for reopening this bug so late, but the applet sometimes shows only parts of the window. I'll attach a snapshot. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c10 --- Comment #10 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-11-18 02:30:21 MST --- Created an attachment (id=252851) --> (https://bugzilla.novell.com/attachment.cgi?id=252851) Partially window -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c11 --- Comment #11 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2008-11-18 02:42:12 MST --- Created an attachment (id=252853) --> (https://bugzilla.novell.com/attachment.cgi?id=252853) Debuglog from this applet First time the applet opened normal and 2nd time with an partial window like in the snapshot. I have no idea why it somtimes works and sometimes not Daniel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c12 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |schoppehaller@vr-web.de --- Comment #12 from Michal Vyskocil <mvyskocil@novell.com> 2009-01-26 05:20:56 MST --- Daniel, please retest it by last openjdk from Java:openjdk6:Factory. Or this would be fixed by next update of Sun Java u12 with native 64bit Java plugin. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c13 Daniel Fuhrmann <schoppehaller@vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|schoppehaller@vr-web.de | --- Comment #13 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2009-01-26 07:23:55 MST --- (In reply to comment #12)
Daniel, please retest it by last openjdk from Java:openjdk6:Factory. Or this would be fixed by next update of Sun Java u12 with native 64bit Java plugin.
Like mentioned in the "font bug" it works. I tested under 11.1 and factory with 32bit in virtualbox. Later i can test it on my 64bit with 11.1 again. I will report it when it doesnt work there. Ps. There was a guy who had problems with this signed applets and his Danish bank web interface. Have You heard somthing from him again? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c14 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |schoppehaller@vr-web.de --- Comment #14 from Michal Vyskocil <mvyskocil@novell.com> 2009-02-11 03:33:03 MST --- Can anyone test this with Java Sun 1.6.0 u12 (be sure that you have a java-1_6_0-sun-1.6.0.u12-1.2.1, the previous version causes a browser crash) from update-test repository [1]? The u12 has a native 64bit plugin, so this bug should be fixed by Sun Java (or closed as NORESPONSE). [1] http://download.opensuse.org/update/11.1-test/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c15 --- Comment #15 from Michal Vyskocil <mvyskocil@novell.com> 2009-02-17 02:16:42 MST --- *ping* -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c16 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|schoppehaller@vr-web.de | Resolution| |NORESPONSE --- Comment #16 from Michal Vyskocil <mvyskocil@novell.com> 2009-03-25 06:41:41 MST --- closed as NORESPONSE. please answer a question in comment#14 if you would like reopen it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=430853 User schoppehaller@vr-web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=430853#c17 Daniel Fuhrmann <schoppehaller@vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|NORESPONSE |FIXED --- Comment #17 from Daniel Fuhrmann <schoppehaller@vr-web.de> 2009-03-25 08:00:45 MST --- Fixed, "my" applets worked all with the new openjdk version. Also the 64bit Sun Java works. -- Configure bugmail: https://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