User 42945ad55e
01-12-2011 19:05:00
I am having trouble using JChem Web Services tools (in specific generatemd called from command line).
Some details: I'm running Redhat Enterprise Linux, and have installed a Freeweb License (according to the License Manager software - the license is installed correctly). I have also placed the license at /root/.chemaxon/license.cxl
However, when I try to run most of the functions, I get licensing errors. For example, generatemd called from Bash. I took this command from an example in the documentation (here: http://www.chemaxon.com/jchem/doc/user/GenerateMD.html). I have confirmed that the files referenced in this statement actually exist in those locations.
The command: generatemd c molecules/nci1000.smiles -k PF -c config/pharma-frag.xml -o nci1000.pf
The error message:
No valid license has been found.
Product name: Pharmacophore Recognition
License path: /root/.chemaxon/license.cxl
Please contact sales _at_ chemaxon.com to obtain the corresponding license.
Students and academic researchers are entitled of free use
through our Academic Package, for more information
please visit: http://www.chemaxon.com/acpack_conditions.html
chemaxon.license.LicenseException: No valid license has been found.
Product name: Pharmacophore Recognition
License path: /root/.chemaxon/license.cxl
Please contact sales _at_ chemaxon.com to obtain the corresponding license.
Students and academic researchers are entitled of free use
through our Academic Package, for more information
please visit: http://www.chemaxon.com/acpack_conditions.html
at chemaxon.license.LicenseHandler.checkLicense(LicenseHandler.java:513)
at chemaxon.pharmacophore.PMapper.checkLicense(PMapper.java:533)
at chemaxon.pharmacophore.PMapper.createFeatureMap(PMapper.java:438)
at chemaxon.descriptors.PFGenerator.generate(PFGenerator.java:156)
at chemaxon.descriptors.PFParameters.generate(PFParameters.java:444)
at chemaxon.descriptors.PharmacophoreFingerprint.generate(PharmacophoreFingerprint.java:441)
at chemaxon.descriptors.MDSet.generate(MDSet.java:379)
at chemaxon.descriptors.MDFileWriter.put(MDFileWriter.java:378)
at chemaxon.descriptors.GenerateMD.step(GenerateMD.java:690)
Thank you,