| Summary: | java does not load on site: http://www2.ecobolsa.com/pmcont.html | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Jesús <jmarpu33> |
| Component: | kjava | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | m.debruijne, martin, zahl |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 4.8.95 (RC1) | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jesús
2007-11-05 16:02:47 UTC
http://www2.ecobolsa.com/pmcont.html Can you see the test java applet on: http://java.com/en/download/help/testvm.xml ? In trunk (r874496), the applets do not show up in the page mentioned by the reporter, while Sun's test works fine. Testing with 4.6.4, the ecobolsa page does still not show the Java applet and in the error console I get:
===========================
Java VM version: 1.6.0_26
Java VM vendor: Sun Microsystems Inc.
Java VM: Sun Microsystems Inc. 1.6.0_26
SecurityManager=org.kde.kjas.server.KJASSecurityManager@1d32e45
----------------------------------------------------
Konqueror Java Console Help
c: clear console
g: run garbage collection
h: show help
m: show memory info
s: print system properties
t: list threads
x: empty classloader cache
----------------------------------------------------
KJAS: JSObject.getWindow
KJAS: JSObject.ctor: [WINDOW]
KJAS: JSObject.getWindow
KJAS: JSObject.ctor: [WINDOW]
KJAS: JSObject.getMember: [WINDOW].document
KJAS: evaluate (".document")
KJAS: JSObject.getMember: [WINDOW].document
KJAS: evaluate (".document")
KJAS: value=[object HTMLDocument] (type=1)
KJAS: JSObject.ctor: [object HTMLDocument]
KJAS: JSObject.getMember: [object HTMLDocument].cookie
KJAS: evaluate (".cookie")
KJAS: value=[object HTMLDocument] (type=2)
KJAS: JSObject.ctor: [object HTMLDocument]
Error during state 3
Backtrace:
java.lang.ClassCastException: org.kde.javascript.JSObject cannot be cast to java.lang.String
at GrupoTR.init(GrupoTR.java:322)
at org.kde.kjas.server.KJASAppletStub$RunThread.doState(KJASAppletStub.java:197)
at org.kde.kjas.server.KJASAppletStub$RunThread.run(KJASAppletStub.java:255)
KJAS: value=Apache=188.23.22.114.1309106964591599; __utmb=70984854; __utmc=70984854; __utma=70984854.1584295690.1309106972.1309106972.1309106972.1; __utmz=70984854.1309106974.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); PRIMERA=true (type=S)
Error during state 3
Backtrace:
java.lang.ClassCastException: java.lang.String cannot be cast to netscape.javascript.JSObject
at GrupoTR.init(GrupoTR.java:318)
at org.kde.kjas.server.KJASAppletStub$RunThread.doState(KJASAppletStub.java:197)
at org.kde.kjas.server.KJASAppletStub$RunThread.run(KJASAppletStub.java:255)
KJAS: JSObject.call: [WINDOW].Ultima_act
KJAS: evaluate (".Ultima_act("09:00:00")")
Error during state 4
Backtrace:
java.lang.NullPointerException
at GrupoTR.start(GrupoTR.java:506)
at org.kde.kjas.server.KJASAppletStub$RunThread.doState(KJASAppletStub.java:204)
at org.kde.kjas.server.KJASAppletStub$RunThread.run(KJASAppletStub.java:255)
KJAS: JSObject.call: [WINDOW].Ultima_act
KJAS: evaluate (".Ultima_act("09:00:00")")
Error during state 4
Backtrace:
java.lang.NullPointerException
at GrupoTR.start(GrupoTR.java:506)
at org.kde.kjas.server.KJASAppletStub$RunThread.doState(KJASAppletStub.java:204)
at org.kde.kjas.server.KJASAppletStub$RunThread.run(KJASAppletStub.java:255)
===========================
Page works with firefox
Is this still valid for Konqueror 4.8.4 or 4.9 beta2? with konqueror 4.9 RC1 I still get errors in the Java console and the applet does not show (however I also do not see it now in firefox) Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |