User fa1369adab
11-08-2005 02:55:09
I am getting an array index out of bounds inside JChem. Here is the relevant part of the stack trace:
java.lang.ArrayIndexOutOfBoundsException: -67108856
at java.util.Vector.elementAt(Vector.java:435)
at chemaxon.jchem.db.TableInfo.fieldAt(TableInfo.java:272)
at chemaxon.jchem.db.FileToSQLHandler.createUpdateHandler(FileToSQLHandler.java:87)
at chemaxon.jchem.db.FileToSQLHandler.importFile(FileToSQLHandler.java:230)
at chemaxon.jchem.db.Importer.importMols(Importer.java:423)
I think this code used to work. I didn't set it up, and just recently started supporting our application, so consider me a newbie. I did check the obvious things. The Mol file is reasonable, and it comes right from MarvinSketch:
Marvin 08100516342D
2 1 0 0 0 0 999 V2000
-1.6875 2.0000 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
-0.9730 2.4125 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
1 2 1 0 0 0 0
M END
We are using jchem3.0.10.
java.lang.ArrayIndexOutOfBoundsException: -67108856
at java.util.Vector.elementAt(Vector.java:435)
at chemaxon.jchem.db.TableInfo.fieldAt(TableInfo.java:272)
at chemaxon.jchem.db.FileToSQLHandler.createUpdateHandler(FileToSQLHandler.java:87)
at chemaxon.jchem.db.FileToSQLHandler.importFile(FileToSQLHandler.java:230)
at chemaxon.jchem.db.Importer.importMols(Importer.java:423)
I think this code used to work. I didn't set it up, and just recently started supporting our application, so consider me a newbie. I did check the obvious things. The Mol file is reasonable, and it comes right from MarvinSketch:
Marvin 08100516342D
2 1 0 0 0 0 999 V2000
-1.6875 2.0000 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
-0.9730 2.4125 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
1 2 1 0 0 0 0
M END
We are using jchem3.0.10.