User 82b20b535e
24-02-2016 13:51:57
Hi,
Log files has captured exceptions when user has tried to search the structure in the database. Below is the Exception captured in the log file. Does this make any sense based on the error as its hard to tell what the user was doing and i can't even ask user. i am trying to figure out at what time exception could have occurred?
ChemAxon.NET.Base.Exceptions.ChemAxonDotNetException: Cannot create record reader for ChemAxon Marvin Documents / MRV ---> chemaxon.formats.MolFormatException: Cannot create record reader for ChemAxon Marvin Documents / MRV
at chemaxon.formats.MolImporter.importMol(Byte[] b, String opts, String enc)
at chemaxon.formats.MolImporter.importMol(String s, String opts)
at ChemAxon.NET.IKVM.Chemistry.JChemMoleculeBase.???
?????(Object , Object )
at ChemAxon.NET.IKVM.Chemistry.JChemMoleculeBase.Load()
--- End of inner exception stack trace ---
at ChemAxon.NET.IKVM.Chemistry.JChemMoleculeBase.Load()
at ChemAxon.NET.IKVM.Chemistry.JChemMoleculeBase.get_Molecule()
at ChemAxon.NET.IKVM.Chemistry.JChemMoleculeBase.get_NativeMolecule()
at ChemAxon.NET.IKVM.DB.JChemBaseSearch.JChemBaseDBSearch.???
??????(Object )
at ChemAxon.NET.IKVM.DB.JChemBaseSearch.JChemBaseDBSearch.GetSearchResult(JChemMolecule queryMolecule, String tableName, JChemSearchOptions searchOptions)
at ChemAxon.NET.IKVM.DB.DatabaseHelper.AbstractDatabaseHelper`2.PrefilterTableByMolecule(TBL table, JChemDBFilterEventArgs moleculeFilter, String& additionalConditions, List`1& sqlParameters, List`1& resultId)
at ChemAxon.NET.IKVM.DB.DatabaseHelper.AbstractDatabaseHelper`2.GetTableData(TBL table, List`1 selectedColumns, JChemDBFilterEventArgs moleculeFilter, IDBConditions conditions)
at ChemAxon.NET.IKVM.DB.DatabaseHelper.AbstractDatabaseHelper`2.<GetMolecules>d__8.MoveNext()
at ChemAxon.NET.IKVM.Chemistry.MoleculeDataTableAdapter`1.ConvertToDataTable(IEnumerable`1 molecules, String moleculeColumn)
at ChemAxon.NET.IKVM.ExtensionMethods.MoleculeEnumerableExtensionMethods.ToDataTable[T](IEnumerable`1 molecules, String moleculeColumn)