User 870ab5b546
03-09-2006 20:48:17
We are throwing the following exception upon doing a MolSearch:
MechArrow:: unknown exception: No valid license key has been found.
Please contact sales _at_ chemaxon.com to obtain a license key.
Students and academic researchers can obtain license keys
for free through our Academic Package, for more information
please visit: http://www.chemaxon.com.
chemaxon.marvin.modules.LicenseException: No valid license key has been found.
Please contact sales _at_ chemaxon.com to obtain a license key.
Students and academic researchers can obtain license keys
for free through our Academic Package, for more information
please visit: http://www.chemaxon.com.
at chemaxon.enumeration.supergraph.Supergraph.<init>(Supergraph.java:134)
at chemaxon.sss.search.MarkushSGSearch.createSupergraphIfNeeded(MarkushSGSearch.java:88)
at chemaxon.sss.search.MarkushSGSearch.findFirst0(MarkushSGSearch.java:80)
at chemaxon.sss.search.StructureSearch.isMatching0(StructureSearch.java:5544)
at chemaxon.sss.search.StructureSearch.isMatching(StructureSearch.java:5536)
at chemaxon.sss.search.MolSearch.isEnumInitializedOk(MolSearch.java:1022)
at chemaxon.sss.search.MolSearch.findNextFiltered(MolSearch.java:968)
at chemaxon.sss.search.MolSearch.findFirst(MolSearch.java:883)
at com.prenhall.epoch.mechanisms.MechSet.fragInList(MechSet.java:121)
Our licenses are in the appropriate file in the appropriate place. What gives? Does it have anything to do with the fact that the target contains this feature:
How does one go about generating a structure that has this feature, anyway?
MechArrow:: unknown exception: No valid license key has been found.
Please contact sales _at_ chemaxon.com to obtain a license key.
Students and academic researchers can obtain license keys
for free through our Academic Package, for more information
please visit: http://www.chemaxon.com.
chemaxon.marvin.modules.LicenseException: No valid license key has been found.
Please contact sales _at_ chemaxon.com to obtain a license key.
Students and academic researchers can obtain license keys
for free through our Academic Package, for more information
please visit: http://www.chemaxon.com.
at chemaxon.enumeration.supergraph.Supergraph.<init>(Supergraph.java:134)
at chemaxon.sss.search.MarkushSGSearch.createSupergraphIfNeeded(MarkushSGSearch.java:88)
at chemaxon.sss.search.MarkushSGSearch.findFirst0(MarkushSGSearch.java:80)
at chemaxon.sss.search.StructureSearch.isMatching0(StructureSearch.java:5544)
at chemaxon.sss.search.StructureSearch.isMatching(StructureSearch.java:5536)
at chemaxon.sss.search.MolSearch.isEnumInitializedOk(MolSearch.java:1022)
at chemaxon.sss.search.MolSearch.findNextFiltered(MolSearch.java:968)
at chemaxon.sss.search.MolSearch.findFirst(MolSearch.java:883)
at com.prenhall.epoch.mechanisms.MechSet.fragInList(MechSet.java:121)
Our licenses are in the appropriate file in the appropriate place. What gives? Does it have anything to do with the fact that the target contains this feature:
Code: |
<molecule id="sg2" role="SuperatomSgroup" title="Ph" molID="m3"> <atomArray atomID="a28 a29 a30 a31 a32 a33" elementType="C C C C C C" residueType="UNK UNK UNK UNK UNK UNK" residueId="r1 r1 r1 r1 r1 r1" residueAtomName="0 0 0 0 0 0" attachmentPoint="1 0 0 0 0 0" x2="1.9833333333333336 2.753333333333334 4.293333333333334 5.0633333333333335 4.293333333333334 2.753333333333334" y2="-3.4053600000000004 -4.739093333333335 -4.739093333333335 -3.405173333333334 -2.071813333333334 -2.071813333333334" /> <bondArray> <bond atomRefs2="a28 a29" order="2" /> <bond atomRefs2="a28 a33" order="1" /> <bond atomRefs2="a29 a30" order="1" /> <bond atomRefs2="a30 a31" order="2" /> <bond atomRefs2="a31 a32" order="1" /> <bond atomRefs2="a32 a33" order="2" /> </bondArray> </molecule> |
How does one go about generating a structure that has this feature, anyway?