Bug 469098

Summary: Applet doesn't work with icedtea plugin but with sun plugin
Product: [Fedora] Fedora Reporter: Dennis Jacobfeuerborn <dennisml>
Component: java-1.6.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: cra, langel, lkundrak, mjw
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: 2008-11-14 20:58:21 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 Flags
Output in shell
none
Contents of java.stderr none

Description Dennis Jacobfeuerborn 2008-10-29 21:09:49 UTC
Created attachment 321867 [details]
Output in shell

We have a KVM switch here that uses a java applet to display the video signal of connected machines in a window. This applet works fine with the plugin of Suns Java but not the OpenJDK plugin.

Attached are java.stderr and the shell output of a Firefox session with ICEDTEAPLUGIN_DEBUG set to "true". java.stdout just contains "JNLPRuntime already initialized".

Comment 1 Dennis Jacobfeuerborn 2008-10-29 21:10:48 UTC
Created attachment 321868 [details]
Contents of java.stderr

Comment 2 Deepak Bhole 2008-10-30 14:16:34 UTC
According to stderr, the error is:

Exception in thread "Applet" java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file nn/pp/rc/RemoteConsoleApplet

Do you happen to know how the classes were compiled? (i.e. which compiler version, vendor, flags, etc.)

Comment 3 Dennis Jacobfeuerborn 2008-10-30 15:09:32 UTC
No Idea. This applet is part of the web interface embedded in the device so it's pretty much a black box.

Usually I wouldn't have filed a bug because of this black box nature but the Sun plugin apparently shows a different behavior than the icedtea one so I'm not sure if that is intended/desired.

Comment 4 Charles R. Anderson 2008-11-13 15:41:29 UTC
Is

Comment 5 Deepak Bhole 2008-11-14 20:58:21 UTC
This failure is caused by the same issue that causes bug #468490. Closing as duplicate.

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