← Back to team overview

openjdk team mailing list archive

[Bug 291377] Re: jmol applet not working with icedtea6-plugin

 

This bug was fixed in the package openjdk-6 - 6b13~pre1-0ubuntu1

---------------
openjdk-6 (6b13~pre1-0ubuntu1) jaunty; urgency=low

  * New code drop (b13).
    - In the langtools area, besides a few miscellaneous bug fixes (6760834,
      6725036, 6657499), all the langtools regression tests now pass out of
      the box (6728697, 6707027) and if using the most recent version of
      jtreg, the langtools regression tests can be run in the much faster
      "same vm" mode of jtreg, enabled with the -s option (6749967, 6748541,
      6748546, 6748601, 6759775, 6759795, 6759796, 6759996, 6760805, 6760930).
    - Gervill update, including applying a patch from IcedTea (6758986,
      6748247, 6748251).
    - Publishing a few dozen additional existing regression tests as open
      source (6601457, 6759433, 6740185).
    - JMX and monitoring fixes (6651382, 6616825, 6756202, 6754672).
    - Man page updates (6757036, 6392810, 6504867, 6326773).
    - Assorted other fixes (6746055, 6621697, 6756569, 6356642, 6761678).
  * Update IcedTea build infrastructure (20081111).
    - Fix freeze in midi app, LP: #275672.
    - Fixes in the IcedTeaPlugin: LP: #282570, LP: #282570, LP: #285729,
      LP: #291377, LP: #37330, LP: #239533.
    - Fix vertical text metrics with freetype scaler. LP: #289784.
  * Build-depend on ecj-gcj instead of ecj on architectures using
    gij/gcj as the bootstrap system.

 -- Matthias Klose <doko@xxxxxxxxxx>   Tue, 11 Nov 2008 12:39:16 +0100

** Changed in: openjdk-6 (Ubuntu)
       Status: Triaged => Fix Released

-- 
jmol applet not working with icedtea6-plugin
https://bugs.launchpad.net/bugs/291377
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in OpenJDK: Fix Released
Status in “openjdk-6” source package in Ubuntu: Fix Released
Status in openjdk-6 in Ubuntu Hardy: Triaged
Status in openjdk-6 in Ubuntu Intrepid: Triaged

Bug description:
The following jmol applet does not work.

http://jmol.sourceforge.net/demo/atoms/

here is the error message:

ICEDTEAPLUGIN_DEBUG = (null)
ICEDTEAPLUGIN_DEBUG = (null)
Initializing JVM...
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Start()
Jar string: JmolApplet0.jar
jars length: 1
JNLPRuntime already initialized
Jmol applet jmolApplet0__108849741967315__ initializing
language=en_US
urlImage=jar:file:/tmp/cache/http/jmol.sourceforge.net/jmol/JmolApplet0.jar!/jmol75x29x8.gif
AppletRegistry.checkIn(jmolApplet0__108849741967315__)
error preloading org.jmol.popup.JmolPopup: org.jmol.popup.JmolPopup
net.sourceforge.jnlp.runtime.JNLPClassLoader - 700 - loadClassExt
net.sourceforge.jnlp.runtime.JNLPClassLoader - 657 - loadClass
java.lang.ClassLoader - 336 - loadClassInternal
java.lang.Class - -2 - forName0
java.lang.Class - 186 - forName
org.jmol.appletwrapper.ClassPreloader - -1 - run
applet context: -applet
appletDocumentBase=http://jmol.sourceforge.net/demo/atoms/
appletCodeBase=http://jmol.sourceforge.net/jmol/
(C) 2008 Jmol Development
Jmol Version 11.6  2008-09-20 22:06
java.vendor:Sun Microsystems Inc.
java.version:1.6.0_0
os.name:Linux
memory:9.7/31.6
useCommandThread: false
appletId:jmolApplet0__108849741967315__
IcedTeaPlugin.cc:4214: Error: ToString
popup menu not available
Exception in thread "Thread-9" java.lang.NoClassDefFoundError: org/jmol/popup/JmolPopup
	at org.jmol.applet.Jmol.getPopupMenu(Unknown Source)
	at org.jmol.applet.Jmol.initApplication(Unknown Source)
	at org.jmol.applet.Jmol.init(Unknown Source)
	at org.jmol.appletwrapper.WrappedAppletLoader.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.jmol.popup.JmolPopup
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:700)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:657)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
	... 4 more



References