Bug 468490
Summary: | Liveconnect java plugin fails to load class (webct) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bradley <bbaetz> | ||||||||
Component: | java-1.6.0-openjdk | Assignee: | Deepak Bhole <dbhole> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 10 | CC: | cra, dennisml, langel, lkundrak, mjw | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
URL: | http://elearning.agsm.edu.au/ | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2009-02-24 19:13:06 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
Bradley
2008-10-25 07:14:39 UTC
Created attachment 321489 [details]
Log
Created attachment 321490 [details]
java.stderr
Created attachment 321491 [details]
java.stdout
Poking arround with this a bit, it looks like the reason that its failing to load is because the applet has: <param name="cache_archive_ex" value="browserchecker_applet.jar;preload;1190988167141"> which doesn't see to be understood. So thats one problem (thats not new, but I was hoping that it was fixed with the new liveconnect stuff), but the plugin still shouldn't crash. The plugin under linux tries to load /webct/jar/com/webct/platform/tools/browserchecker/applet/BrowserCheckerApplet.class while Sun java on windows loads /webct/jar/browserchecker_applet.jar Some notes: - once the test has part it won't try again without restarting the browser; presumably theres a session cookie being set - The applet param means that java caches the applet, so you won't see the network request for it again unless you clear the cache via the java control panel on windows ... and now it doesn't crash for me, even though I didn't change anything. Still doesn't work, though. Yes, cache_archive_ex is still unsupported unfortunately. It is on my list though, and I plan to start work on it shortly. Corresponding upstream bug: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=233 *** Bug 469098 has been marked as a duplicate of this bug. *** This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Should be fixed in the latest release. |