ChemAxon 60ee1f1328
11-11-2006 12:39:58
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:436)
at java.lang.Integer.parseInt(Integer.java:518)
at chemaxon.jchem.cartridge.JcMetaDataFunctions.getTableType(JcMetaDataFunctions.java:244)
at chemaxon.jchem.cartridge.JCartDml.insertMolMulti(JCartDml.java:611)
at chemaxon.jchem.cartridge.JCartDml.insertMol(JCartDml.java:540)
at chemaxon.jchem.cartridge.JCartDml.insertMol(JCartDml.java:316)
Can anyone please help with the following error message?
I seem to get this error every time I attempt a jc_insert statement using version jchem 3.2 (Tomcat 5.0.28 Oracle 10.2, red hat EL 3).
The table to be inserted to was created directly in 3.2 (not regenerated) starts off empty and does have a jc index on the cd_smiles column.
thanks for your help,
Daniel.
at java.lang.Integer.parseInt(Integer.java:436)
at java.lang.Integer.parseInt(Integer.java:518)
at chemaxon.jchem.cartridge.JcMetaDataFunctions.getTableType(JcMetaDataFunctions.java:244)
at chemaxon.jchem.cartridge.JCartDml.insertMolMulti(JCartDml.java:611)
at chemaxon.jchem.cartridge.JCartDml.insertMol(JCartDml.java:540)
at chemaxon.jchem.cartridge.JCartDml.insertMol(JCartDml.java:316)
Can anyone please help with the following error message?
I seem to get this error every time I attempt a jc_insert statement using version jchem 3.2 (Tomcat 5.0.28 Oracle 10.2, red hat EL 3).
The table to be inserted to was created directly in 3.2 (not regenerated) starts off empty and does have a jc index on the cd_smiles column.
thanks for your help,
Daniel.