← Back to team overview

openjdk team mailing list archive

[Bug 239533] Re: Error starting homebanking applet due to "Incompatible magic value"

 

To add AllPermission I added the following to ~.java.policy:

grant {
permission java.security.AllPermission;
};

-- 
Error starting homebanking applet due to "Incompatible magic value"
https://bugs.launchpad.net/bugs/239533
You received this bug notification because you are a member of OpenJDK,
which is subscribed to icedtea-gcjwebplugin in ubuntu.

Status in Source Package "icedtea-gcjwebplugin" in Ubuntu: New

Bug description:
I have just upgraded from Ubuntu 7.10 to 8.04 on a 64 bit machine.
I have added the the AllPermission to .java.policy to solve Bug #157721 comment 15.

My homebanking applet (https://www.netbank.nordea.dk/netbank/) does not start.

Starting firefox in a console, gives me the following error:
"java.lang.ClassFormatError: Incompatible magic value 1013478509 in class file netscape/javascript/JSObject".

To reproduce:
Browse to https://www.netbank.nordea.dk/netbank/, see that the applet does not start, and read console output.
Anybody should be able to load this applet, as it should present a login prompt.



References