index issue with jchem 3.2

User 9ec4593bcc

02-11-2006 18:13:48

oracle 10gRC2


user jchem (owner)


version 3.2





I am getting this error when creating an index on a test database. There are no null structures. The structure format is SMILES (varchar2).








SQL> create index jc_idx2 on tbl_junk(STRUCTURE) indextype is jc_idxtype;


create index jc_idx2 on tbl_junk(STRUCTURE) indextype is jc_idxtype


*


ERROR at line 1:


ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine


ORA-29532: Java call terminated by uncaught Java exception:


java.lang.Exception: The following exception has been thrown by the servlet:


Exception: null


ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 47


ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17

ChemAxon aa7c50abf8

06-11-2006 14:03:08

Please, could you post the relevant Java stack trace from the <tomcat-home>/logs/ directory. Depending on your Tomcat version, the stack trace is logged in the catalina.out file (Tomcat 4.x) or in the stdout_<date>.log file.





Let me know if you have trouble finding the stack trace.





Thank you.





Peter