User 17c734543a
17-02-2009 13:50:55
I'm getting the follwoing error when trying to create an index of type jchem.jc_idxtype
CREATE INDEX jc_idx_structure ON evo_structure(smiles) INDEXTYPE IS jchem.jc_idxtype PARAMETERS('TABLESPACE=jchem_idx');
CREATE INDEX jc_idx_structure ON evo_structure(smiles) INDEXTYPE IS jchem.jc_idxtype PARAMETERS('TABLESPACE=jchem_idx')
*
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.NoClassDefFoundError
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 67
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17
I've had a search through the forum but can't find anything which matches this problem exactly. I have read the installation notes but I'm not sure how to apply this.
Any clues?
Jchem version 5.1.04, Oracle 10.2.0.3, Centos 4.7 (64 bit Redhat ES 4.7)
CREATE INDEX jc_idx_structure ON evo_structure(smiles) INDEXTYPE IS jchem.jc_idxtype PARAMETERS('TABLESPACE=jchem_idx');
CREATE INDEX jc_idx_structure ON evo_structure(smiles) INDEXTYPE IS jchem.jc_idxtype PARAMETERS('TABLESPACE=jchem_idx')
*
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.NoClassDefFoundError
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 67
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17
I've had a search through the forum but can't find anything which matches this problem exactly. I have read the installation notes but I'm not sure how to apply this.
Any clues?
Jchem version 5.1.04, Oracle 10.2.0.3, Centos 4.7 (64 bit Redhat ES 4.7)