User a92fed3a15
19-12-2008 18:32:08
Hi
I am trying to set up standardizer on our server, and to nstanciate it reading the config file located in the file system.
During the instatiation, it generates the following error:
chemaxon.reaction.StandardizerException: Error occured during XML parsing
we have standardizer license installed properly, and the config file is readable.
I cut/pasted the config file from chemaxon website just for testing and it also does not work.
<?xml version="1.0" encoding="UTF-8"?>
<StandardizerConfiguration Version ="0.1">
<Actions>
<Action ID="aromatize" Act="aromatize"/>
<Transformation ID="PlusMinus" Structure="[*+:1][*-:2]>>[*:1]=[*:2]"/>
<Transformation ID="PlusMinusDouble" Structure="molfiles/PlusMinusDouble.mol"/>
<Transformation ID="Enamine" Structure="[H]N[C:1]=[C:2]>>[H][C:2][C:1]=N"/>
<Transformation ID="Enol" Structure="[H:4][O:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[O:3]"/>
<Transformation ID="ClMinus" Structure="[Cl-]>>" Exact="true" Groups="target,g1"/>
<RemoveExplicitH ID="removeH" Charged="true" Radical="true" Mapped="true"/>
<Removal ID="keepOne" Method="keepLargest" Measure="molMass"/>
<RemoveRGroupDefinitions ID="removeRGroupDefinitions"/>
<Aromatize ID="chemaxonaromatize" Type="basic"/>
<AddExplicitH ID="addH"/>
<AliasToGroup ID="aliastogroup"/>
<Sgroups ID="expand" Act="Expand" Exclude="Ph,Ac"/>
<ClearStereo ID="clearstereo" Type="Chirality"/>
<AbsoluteStereo ID="setstereo" Act="Set"/>
<Expand ID="stoichiometry" Data="COEFF"/>
<Dearomatize ID="dearomatize"/>
<Neutralize ID="neutralize"/>
<ClearIsotopes ID="clearisotopes"/>
<Clean Type="TemplateBased" TemplateFile="templates.mrv" ID="clean"/>
<Tautomerize ID="tautomer"/>
<Mesomerize ID="mesomer"/>
</Actions>
</StandardizerConfiguration>
I also tested the simpliest config file like:
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is created with ChemAxon's Configuration Builder-->
<!--This is a configuration file for ChemAxon's Standardizer-->
<StandardizerConfiguration>
<Actions>
<Dearomatize ID="Dearomatize" />
</Actions>
</StandardizerConfiguration>
but it is not working with the same error. I am using jchem.5.1.1 jar.
Is there any other jar dependency?
I am trying to set up standardizer on our server, and to nstanciate it reading the config file located in the file system.
During the instatiation, it generates the following error:
chemaxon.reaction.StandardizerException: Error occured during XML parsing
we have standardizer license installed properly, and the config file is readable.
I cut/pasted the config file from chemaxon website just for testing and it also does not work.
<?xml version="1.0" encoding="UTF-8"?>
<StandardizerConfiguration Version ="0.1">
<Actions>
<Action ID="aromatize" Act="aromatize"/>
<Transformation ID="PlusMinus" Structure="[*+:1][*-:2]>>[*:1]=[*:2]"/>
<Transformation ID="PlusMinusDouble" Structure="molfiles/PlusMinusDouble.mol"/>
<Transformation ID="Enamine" Structure="[H]N[C:1]=[C:2]>>[H][C:2][C:1]=N"/>
<Transformation ID="Enol" Structure="[H:4][O:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[O:3]"/>
<Transformation ID="ClMinus" Structure="[Cl-]>>" Exact="true" Groups="target,g1"/>
<RemoveExplicitH ID="removeH" Charged="true" Radical="true" Mapped="true"/>
<Removal ID="keepOne" Method="keepLargest" Measure="molMass"/>
<RemoveRGroupDefinitions ID="removeRGroupDefinitions"/>
<Aromatize ID="chemaxonaromatize" Type="basic"/>
<AddExplicitH ID="addH"/>
<AliasToGroup ID="aliastogroup"/>
<Sgroups ID="expand" Act="Expand" Exclude="Ph,Ac"/>
<ClearStereo ID="clearstereo" Type="Chirality"/>
<AbsoluteStereo ID="setstereo" Act="Set"/>
<Expand ID="stoichiometry" Data="COEFF"/>
<Dearomatize ID="dearomatize"/>
<Neutralize ID="neutralize"/>
<ClearIsotopes ID="clearisotopes"/>
<Clean Type="TemplateBased" TemplateFile="templates.mrv" ID="clean"/>
<Tautomerize ID="tautomer"/>
<Mesomerize ID="mesomer"/>
</Actions>
</StandardizerConfiguration>
I also tested the simpliest config file like:
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is created with ChemAxon's Configuration Builder-->
<!--This is a configuration file for ChemAxon's Standardizer-->
<StandardizerConfiguration>
<Actions>
<Dearomatize ID="Dearomatize" />
</Actions>
</StandardizerConfiguration>
but it is not working with the same error. I am using jchem.5.1.1 jar.
Is there any other jar dependency?