User 8bc8ccad88
03-04-2009 12:12:13
Hi.
I have some problems with cxcalc not recognizing SMILES input. JChem is installed on a Linux Ubuntu system in its current version (5.2).
When I invoke the conformers plugin with
cxcalc conformers -m 1 "CCCC"
I get the following error message:
Using a file as input also fails:
Do you have any clue on this?
Regards, Ingo
I have some problems with cxcalc not recognizing SMILES input. JChem is installed on a Linux Ubuntu system in its current version (5.2).
When I invoke the conformers plugin with
cxcalc conformers -m 1 "CCCC"
I get the following error message:
Code: |
Exception in thread "main" chemaxon.formats.MolFormatException: Cannot recognize format (?) Unrecognized file contents: at chemaxon.formats.recognizer.RecognitionSubsystem.getFormat(RecognitionSubsystem.java:203) at chemaxon.formats.MolInputStream.initTextFormat(MolInputStream.java:235) at chemaxon.formats.MolInputStream.init(MolInputStream.java:134) at chemaxon.formats.MolInputStream.(MolInputStream.java:116) at chemaxon.formats.MolImporter.init(MolImporter.java:492) at chemaxon.formats.MolImporter.(MolImporter.java:118) at chemaxon.marvin.Calculator.run(Calculator.java:1076) at chemaxon.marvin.Calculator.main(Calculator.java:1659) |
Using a file as input also fails:
Code: |
Error reading molecule: 1 chemaxon.formats.MolFormatException: Error parsing SMILES string 'CCCC' at character 1 (' ') Exception in thread "main" java.util.concurrent.ExecutionException: chemaxon.formats.MolFormatException: Error parsing SMILES string 'CCCC' at character 1 (' ') at chemaxon.util.concurrent.marvin.MolInputProducer.setNext(MolInputProducer.java:93) at chemaxon.util.concurrent.marvin.MolInputProducer.hasNext(MolInputProducer.java:67) at chemaxon.util.concurrent.marvin.CompositeInputProducer.hasNext(CompositeInputProducer.java:59) at chemaxon.util.concurrent.processors.SingleThreadedProcessor.hasNext(SingleThreadedProcessor.java:75) at chemaxon.marvin.Calculator.run(Calculator.java:1132) at chemaxon.marvin.Calculator.run(Calculator.java:1095) at chemaxon.marvin.Calculator.main(Calculator.java:1659) Caused by: chemaxon.formats.MolFormatException: Error parsing SMILES string 'CCCC' at character 1 (' ') at chemaxon.marvin.io.formats.smiles.SmilesImport.readMol0(SmilesImport.java:934) at chemaxon.marvin.io.formats.smiles.SmilesImport.readMol(SmilesImport.java:534) at chemaxon.marvin.io.formats.smiles.SmilesImport.readMol(SmilesImport.java:492) at chemaxon.marvin.io.MRecordImporter.readMol(MRecordImporter.java:535) at chemaxon.marvin.io.MRecordImporter.readMol(MRecordImporter.java:501) at chemaxon.marvin.io.MRecordImporter.readMol0(MRecordImporter.java:387) at chemaxon.marvin.io.MRecordImporter.readMol(MRecordImporter.java:369) at chemaxon.formats.MolImporter.readMol(MolImporter.java:789) at chemaxon.formats.MolImporter.read(MolImporter.java:680) at chemaxon.formats.MolImporter.read(MolImporter.java:647) at chemaxon.marvin.Calculator$CalculatorMolInputProducer.readMol(Calculator.java:140) at chemaxon.marvin.Calculator$CalculatorMolInputProducer.read(Calculator.java:133) at chemaxon.util.concurrent.marvin.MolInputProducer.setNext(MolInputProducer.java:87) ...6 more |
Do you have any clue on this?
Regards, Ingo