java.lang.NullPointerException
at chemaxon.struc.MoleculeGraph.getStereo2(MoleculeGraph.java:2481)
at chemaxon.reaction.Standardizer.clearDoubleBondStereo(Standardizer.java:1251)
at chemaxon.reaction.Standardizer.performClearStereo(Standardizer.java:1223)
at chemaxon.reaction.Standardizer.standardizeComponent(Standardizer.java:1952)
at chemaxon.reaction.Standardizer.standardize(Standardizer.java:2061)
at chemaxon.alchemist.standardizer.StandardizerAlchemistTask.calculate(Unknown Source)
at chemaxon.alchemist.AlchemistTask$ActualTask.<init>(Unknown Source)
at chemaxon.alchemist.AlchemistTask$3.construct(Unknown Source)
at chemaxon.alchemist.utils.SwingWorker$2.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
For whatever reason the complete stereo removal does not work,
or I could not figure out how to do it. The transformation reaction
was actually written to all stereo, but this transformation did not work.
The XML file works for many other structures, but not for one of the examples from above. Error still exists without the transforms.
Another problem is that the error messages contain no information
on the molecule number where the error occoured so its hard to check
for problems.
Code:
#60: null
#61: null
#62: null
#63: null
#64: null
#65: null
#66: null
at chemaxon.alchemist.standardizer.StandardizerAlchemistTask.calculate(Unknown Source)
at chemaxon.alchemist.AlchemistTask$ActualTask.<init>(Unknown Source)
at chemaxon.alchemist.AlchemistTask$3.construct(Unknown Source)
at chemaxon.alchemist.utils.SwingWorker$2.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The numbers are just the number of failures or Null pointer exceptions,
but not the actual molecule number. Maybe this is possible without GUI?
BTW, this error also kills the -g (ignore error) from the commandline.
Thank you,
I need to check that with some diverse molecule DBs,
because many of the general problems came from nitro compounds, compounds with charges or radicals and metal and organometal compounds, in principle all the difficult species.
Tobias
Zsolt
Joined: 11 Jan 2006
Posts: 446
ChemAxon personnel
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum