Bug 49879

Summary: problem with kbc online: failure to load a class (privileged)
Product: [Applications] konqueror Reporter: frank.dekervel
Component: kjavaAssignee: Wynn Wilkes <wynnw>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description frank.dekervel 2002-10-29 15:49:36 UTC
Version:           unknown (using KDE 3.0.9 (KDE 3.1 RC1))
Installed from:    compiled sources
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.19

when i try webbanking in konqueror
https://TKONLINE1.KBC.BE/cgi-bin/isadll.dll/nl/REQLOGON 
(jdk 1.4.1_01), it fails with the following exception:

Java VM version: 1.4.1_01
Java VM vendor:  Sun Microsystems Inc.
Class could not be loaded: com.kbc.online.CBTInterface
Backtrace: 
java.lang.ClassNotFoundException: com.kbc.online.CBTInterface
        at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
        at org.kde.kjas.server.KJASAppletClassLoader.findClass(KJASAppletClassLoader.java:233)
        at org.kde.kjas.server.KJASAppletClassLoader.loadClass(KJASAppletClassLoader.java:274)
        at org.kde.kjas.server.KJASAppletStub$2.run(KJASAppletStub.java:162)
        at java.lang.Thread.run(Thread.java:536)

i tought it had somethign to do with java security, but when i disable the security manager, i get the same
exception. i have no idea how to debug this further, or how to obtain more information.

greetings,
frank
Comment 1 Koos Vriezen 2003-11-08 02:30:11 UTC
Well, the link doesn't work anymore. But if you are still following KDE from CVS, then you might try the 'Use KIO' option and see if it works..
Comment 2 frank.dekervel 2004-01-08 09:50:44 UTC
ow, this bug report is still open. Anyway, in the mean time i discovered the class fails to load because konq doesn't support signed applets ...
Comment 3 Koos Vriezen 2004-01-09 00:26:29 UTC

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