User fa1369adab
22-08-2006 18:35:21
When I try to regenerate the tables via
I get several errors of this form:
Is it safe to ignore these? Eventually jcman finishes with a "done" message on each table.
Code: |
jcman -u |
Code: |
Error at molecule 3267 java.lang.RuntimeException: MultiFaceAtom does not have any visible face at chemaxon.struc.graphics.MAtomSetPoint$MultiFaceAtom.getVisible(MAtomSetPoint.java:65) at chemaxon.struc.graphics.MAtomSetPoint.finishCloning(MAtomSetPoint.java:445) at chemaxon.struc.graphics.MPolyline.finishCloning(MPolyline.java:1237) at chemaxon.struc.MDocument.<init>(MDocument.java:253) at chemaxon.struc.MDocument.<init>(MDocument.java:191) at chemaxon.struc.MDocument.cloneDocument(MDocument.java:399) at chemaxon.struc.MDocument.cloneMainMoleculeGraph(MDocument.java:419) at chemaxon.marvin.util.MolExportModule.preconvert(MolExportModule.java:530) at chemaxon.marvin.modules.CxsmilesExport.preconvert(CxsmilesExport.java:202) at chemaxon.marvin.modules.SmilesExport.toSMILES(SmilesExport.java:591) at chemaxon.marvin.modules.CxsmilesExport.convert(CxsmilesExport.java:278) at chemaxon.struc.Molecule.exportToObject(Molecule.java:1105) at chemaxon.struc.Molecule.exportToObject(Molecule.java:1070) at chemaxon.struc.Molecule.exportToFormat(Molecule.java:919) at chemaxon.struc.Molecule.toFormat(Molecule.java:897) at chemaxon.util.MolHandler.toFormat(MolHandler.java:402) at chemaxon.jchem.db.UpdateHandler.getSmiles(UpdateHandler.java:774) at chemaxon.jchem.db.UpdateHandler.init(UpdateHandler.java:859) at chemaxon.jchem.db.UpdateHandler.execute(UpdateHandler.java:1758) at chemaxon.jchem.db.UpdateHandler.execute(UpdateHandler.java:1737) at chemaxon.jchem.db.Regenerator$RegenThread.run(Regenerator.java:75) |
Is it safe to ignore these? Eventually jcman finishes with a "done" message on each table.