User 6b1e802ce9
10-11-2010 18:21:35
I want to export all the structures in the structure table in jchem. The system runs out of memory using JChem Manager, as well as, using jcman command line. How else can I accomplish the task?
C:\Program Files\ChemAxon\JChem5_3_6\bin>jcman x structure c:\11102010.sdf
Exporting structures into c:\11102010.sdf ...
java.lang.OutOfMemoryError: Java heap space
at com.mysql.jdbc.MysqlIO.nextRowFast(MysqlIO.java:1585)
at com.mysql.jdbc.MysqlIO.nextRow(MysqlIO.java:1409)
at com.mysql.jdbc.MysqlIO.readSingleRowSet(MysqlIO.java:2883)
at com.mysql.jdbc.MysqlIO.getResultSet(MysqlIO.java:476)
at com.mysql.jdbc.MysqlIO.readResultsForQueryOrUpdate(MysqlIO.java:2576)
at com.mysql.jdbc.MysqlIO.readAllResults(MysqlIO.java:1757)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2167)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2642)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2571)
at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1464)
at chemaxon.jchem.db.SQLToFileHandler.<init>(SQLToFileHandler.java:135)
at chemaxon.jchem.db.Exporter.init(Exporter.java:504)
at chemaxon.jchem.db.Exporter.writeAll(Exporter.java:361)
at chemaxon.jchem.Command.exportToFile(Command.java:1497)
at chemaxon.jchem.Command.run(Command.java:658)
at chemaxon.jchem.Command.main(Command.java:216)
C:\Program Files\ChemAxon\JChem5_3_6\bin>
C:\Program Files\ChemAxon\JChem5_3_6\bin>