Bugs item #745004, was opened at 2003-05-28 18:40 Message generated for change (Comment added) made by michaelthoward You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=745004&group_id=23629
Category: Applet Group: v6 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple applets in one brower Initial Comment: The following errors occured when two applets running in one brower. Just curious it works normal with this url http://localhost:7005/test.htm The errors came out with this url http://testserver.com/test.htm or http://12.12.2.2/test.htm ===================================== java.lang.IllegalArgumentException at java.util.zip.ZipInputStream.getUTF8String (Unknown Source) at java.util.zip.ZipInputStream.readLOC (Unknown Source) at java.util.zip.ZipInputStream.getNextEntry (Unknown Source) at sun.plugin.cache.CachedJarLoader.decompress (Unknown Source) at sun.plugin.cache.CachedJarLoader.access$500 (Unknown Source) at sun.plugin.cache.CachedJarLoader$5.run (Unknown Source) at java.security.AccessController.doPrivileged (Native Method) at sun.plugin.cache.Cache.privileged (Unknown Source) at sun.plugin.cache.CachedJarLoader.download(Unknown Source) at sun.plugin.cache.CachedJarLoader.load (Unknown Source) at sun.plugin.cache.JarCache.get(Unknown Source) at sun.plugin.net.protocol.jar.CachedJarURLConnection.con nect(Unknown Source) at sun.plugin.net.protocol.jar.CachedJarURLConnection.get JarFile(Unknown Source) at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source) at sun.misc.URLClassPath$JarLoader.<init> (Unknown Source) at sun.misc.URLClassPath$3.run(Unknown Source) at java.security.AccessController.doPrivileged (Native Method) at sun.misc.URLClassPath.getLoader (Unknown Source) at sun.misc.URLClassPath.getLoader (Unknown Source) at sun.misc.URLClassPath.getResource (Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged (Native Method) at java.net.URLClassLoader.findClass (Unknown Source) at sun.applet.AppletClassLoader.findClass (Unknown Source) at sun.plugin.security.PluginClassLoader.findClass (Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.applet.AppletClassLoader.loadClass (Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal (Unknown Source) at org.openscience.jmol.DisplayControl.<init> (DisplayControl.java:92) at JmolApplet.initWindows (JmolApplet.java:137) at JmolApplet.init(JmolApplet.java:92) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) ReaderFactory: CMLReader org.openscience.cdk.tools.AtomTypeFactory ERROR: There was a problem getting a stream for jmol_atomtypes.txt readAtomTypes getResourceAsStream:jmol_atomtypes.txt Rebonding atoms ========================================= ---------------------------------------------------------------------- >Comment By: Michael T Howard (michaelthoward) Date: 2003-06-12 18:14 Message: Logged In: YES user_id=608250 End-user compiled this library himself. Seems to have been some type of build problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=745004&group_id=23629 ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
