OK, this one I've not seen before. I must be forgetting something when
building.

Exception in thread "QueueThread0" java.lang.AbstractMethodError:
org.jmol.symmetry.Symmetry.setPointGroup(Lorg/jmol/api/SymmetryInterface;[Lorg/jmol/modelset/Atom;Ljava/util/BitSet;ZFF)Lorg/jmol/api/SymmetryInterface;
    at
org.jmol.modelset.ModelSet.calculatePointGroupForFirstModel(ModelSet.java:473)
    at org.jmol.modelset.ModelSet.getPointGroupAsString(ModelSet.java:439)
    at org.jmol.viewer.Viewer.getPointGroupAsString(Viewer.java:6541)
    at org.jmol.viewer.Eval.pointGroup(Eval.java:6365)
    at org.jmol.viewer.Eval.draw(Eval.java:9682)
    at org.jmol.viewer.Eval.instructionDispatchLoop(Eval.java:1123)
    at org.jmol.viewer.Eval.runEval(Eval.java:287)
    at org.jmol.viewer.Viewer.evalStringWaitStatus(Viewer.java:3485)
    at
org.jmol.viewer.ScriptManager$ScriptQueueRunnable.runScript(ScriptManager.java:208)
    at
org.jmol.viewer.ScriptManager$ScriptQueueRunnable.runNextScript(ScriptManager.java:197)
    at
org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(ScriptManager.java:164)
    at java.lang.Thread.run(Unknown Source)


This is the command:

    pointGroup = symmetry.setPointGroup(pointGroup, atoms, bs,
haveVibration,
        viewer.getPointGroupTolerance(0), viewer.getPointGroupTolerance(1));

just after:

    SymmetryInterface symmetry = (SymmetryInterface) Interface
        .getOptionInterface("symmetry.Symmetry");

It only occurs when using the fragmented applet (0xxx), so this is occurring
when Java attempts to load org.jmol.symmetry classes for the first time and
"pointGroup" is null.


-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to