The license I sent you is the same license from the server and the same license you sent me.
I paste here the stackTrace I receive when I try to use de JChemSearcher object with the license placed in a directory under the root of the project (/chemaxon/license.cxl):
2013-09-05 09:44:04,881 [http-apr-8081-exec-27] ERROR chemaxon.jchem.base.persist.search.MolSetSearch - chemaxon.license.LicenseException: No valid license has been found.
Product name: JChem Base
License path: /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.jchem.db.DatabaseSearchException: chemaxon.license.LicenseException: No valid license has been found.
Product name: JChem Base
License path: /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
Caused by:
No valid license has been found.
Product name: JChem Base
License path: /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.jchem.db.JChemSearch.run(JChemSearch.java:1406)
at com.project.daoImpl.JChemStructureDaoImpl.structureExists(JChemStructureDaoImpl.java:87)
at com.project.controller.search.ProductController.structureExists(ProductController.java:322)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
If I do the same with the license placed in a directory locally in my pc (C:\Users\developer\chemaxon\license.cxl) the license works well.