Bug 502318
Summary: | Runescape claims openjdk won't run its signed applet | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tom Cross <tomc> | ||||||
Component: | java-1.6.0-openjdk | Assignee: | Rodney Russ <rruss> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 11 | CC: | dbhole, juhani.jaakola, lkundrak, loganjerry, mjw, rruss, whaevr | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-05-27 13:05:02 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: | |||||||||
Attachments: |
|
Description
Tom Cross
2009-05-23 20:09:43 UTC
Created a new user to make sure it wasn't anything screwed up with my firefox setup. New user also could not run the signed applet. This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping The same problem exists with the following versions: java-1.6.0-openjdk-plugin-1.6.0.0-22.b16.fc11.i586 java-1.6.0-openjdk-1.6.0.0-22.b16.fc11.i586 When I run firefox in bash, I get this output at the same time that I get the page that says "You are seeing this page because we could not start RuneScape on your computer in 'signed' mode. This means that you did not (or were not able to) grant permission to RuneScape to run as it normally does.": java.lang.RuntimeException: Failed to handle message: handle 67154749 Thread[Thread-1,5,main] at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:440) at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:295) at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72) Caused by: java.lang.NullPointerException at net.sourceforge.jnlp.NetxPanel.isAlive(NetxPanel.java:147) at sun.applet.PluginAppletViewer.<init>(PluginAppletViewer.java:313) at sun.applet.PluginAppletViewerFactory.createAppletViewer(PluginAppletViewer.java:121) at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:1604) at sun.applet.PluginAppletViewer$7.run(PluginAppletViewer.java:1528) at java.security.AccessController.doPrivileged(Native Method) at sun.applet.PluginAppletViewer.parse(PluginAppletViewer.java:1537) at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:414) ... 2 more Please ignore my last message with the RuntimeException - I tried to run Runescape on another Fedora 11 machine with the same versions, and I got the signed mode complain page but no errors appeared on the bash window! How could we debug this? Created attachment 347717 [details]
stderr from firefox with ICEDTEAPLUGIN_DEBUG=true
I started firefox with the following command and navigated to Runescape until the signed mode complain page appeared. I attached the stderr.
ICEDTEAPLUGIN_DEBUG=true firefox > /tmp/out.txt 2> /tmp/err.txt
Thanks for the log. I am not really sure why it is not working on your side. Every time I try to load it, it works for me. Can you also post the Java logs? They would be quite helpful... to get the java logs, run the same way you did before (with ICEDTEAPLUGIN_DEBUG=true from the terminal) .. the java logs then end up in ~/.icedteaplugin/java.std* files. Created attachment 347847 [details]
~/.icedteaplugin/java.stderr
Here is the ~/.icedteaplugin/java.stderr
The ~/.icedteaplugin/java.stdout file is empty.
When you ran it to get those logs, did it still fail? The logs seem to indicate that it worked and was then closed properly.. Hi Juhani. Please ignore Comment #9. I have identified the problem. It will be fixed upstream shortly. Thanks! Thank you! Has the patch for this bug been submitted? I'm also having this problem and was curious on the status of the fix you mentioned. The patch has been committed upstream. We are working on the Fedora side packages and hope to have it up soon. Runescape appears to be happy with Fedora 11 + updates now. Thank you!! This message is a reminder that Fedora 11 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 11. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '11'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 11's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 11 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |