Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6458742
Votes 0
Synopsis cannot load the interactive applet from www.map24.com
Category java_plugin:other
Reported Against
Release Fixed mustang(b97)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 10-AUG-2006
Description
Go to www.map24.com, click on interactive.

The applet cannot be loaded.

Same for both cache enabled and no cache case.

Problem exists since mustang b32.
Posted Date : 2006-08-10 00:05:28.0
Work Around
N/A
Evaluation
in the map24 page, it firsts uses a applet to preload a versioned jar resources, then as you click on the interactive button, it tries to load the actual map applet.

Since both the applet is from the same codebase, the same classloader should be used, so the second applet (map) startup will be fast because it will reuse the classloader from cache.  however, due to a bug in JarCacheUtil, we will mark the first classloader as not-cachable.  so now when you click on the interactive button, a new class loader of the same codebase is created and the applet is using it to load the map applet.  however this classloader does not contain the versioned jar resoruces that is already loaded by the first applet, and causes the applet to wait forever.
Posted Date : 2006-08-14 23:12:18.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang