I am trying to decipher a stack trace (partially submitted here). Any help is greatly appreciated! I can understand bits and pieces but not he whole thing. Additionally, this is for a server that we are not hosting:
Caused by: java.lang.RuntimeException:
org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation;
uncategorized SQLException for SQL []; SQL state [72000]; error code [20000];
--- The error occurred while applying a parameter map.
--- Check the AdminMain.optimizeOracleFullTextSearchIndexes-InlineParameterMap.
--- Check the statement (update procedure failed). --- Cause: java.sql.SQLException:
ORA-20000: Oracle Text error: ORA-06512: at "CTXSYS.DRUE", line 160 ORA-06512:
at "CTXSYS.CTX_DDL", line 941 ORA-06512: at "PLATEAU.PKG_OFTS_INDEX_UTIL", line 188
ORA-06512: at line 1 ; nested exception is
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred while applying a parameter map.
--- Check the AdminMain.optimizeOracleFullTextSearchIndexes-InlineParameterMap.
--- Check the statement (update procedure failed). --- Cause: java.sql.SQLException:
ORA-20000: Oracle Text error: ORA-06512: at "CTXSYS.DRUE", line 160 ORA-06512:
at "CTXSYS.CTX_DDL", line 941 ORA-06512: at "PLATEAU.PKG_OFTS_INDEX_UTIL", line 188
ORA-06512: at line 1 at . . .