User eda6f877b4
05-01-2010 18:50:04
Hi,
I am still in the process of (re)creating an application that uses the jchem and marvin sketch. I am running on jchem 5.2.4.
I am facing 2 problems:
1: I cannot draw rings from the group with benezene ring. It allows me to click it but it will not draw in the canvas.
2. When displaying en the viewer the following error is reported: 'Error in module Clean 2D' giving the following stack trace:
java.lang.NoClassDefFoundError: Could not initialize class chemaxon.marvin.modules.GraphInvariants
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at chemaxon.marvin.io.formats.smiles.SmilesExport.<clinit>(Unknown Source)
at chemaxon.marvin.modules.Clean2D.o(Unknown Source)
at chemaxon.marvin.modules.Clean2D.modfunc(Unknown Source)
at chemaxon.struc.MoleculeGraph.clean(Unknown Source)
at chemaxon.struc.Molecule.clean(Unknown Source)
at chemaxon.struc.MoleculeGraph.clean(Unknown Source)
at chemaxon.marvin.common.swing.MolPanel.molLoaded(Unknown Source)
at chemaxon.marvin.view.swing.ViewPanel.molLoaded(Unknown Source)
at chemaxon.marvin.view.swing.ViewPanel.molLoaderFinished(Unknown Source)
at chemaxon.marvin.util.MolLoader.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
This is running at an online site and I can send you address and login information if you need to see for yourself.
The problems is not there when I run the app locally.
Regards
Dann