Unable to create schema. (class java.sql.SQLSyntaxErrorException: ORA-00959: tablespace 'INDX_256K' does not exist) initialization error for weblogic application server in RSA Identity Governance & Lifecycle
Originally Published: 2018-06-08
Article Number
Applies To
RSA Version/Condition: 7.0.2, 7.1.0
Issue
Initialization operations completed with errors. Please restart the application server.
Unable to create schema. (class java.sql.SQLSyntaxErrorException: ORA-00959: tablespace 'INDX_256K' does not exist)
ORA_06512: at line 34
Unable to create schema. (class java.sql.SQLSyntaxErrorException: ORA-00959: tablespace 'INDX_256K' does not exist)
ORA_06512: at line 34
The following error is seen in the AveksaServer.log
04/27/2018 14:37:36.313 FATAL ([STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)') [com.aveksa.server.runtime.AveksaSystem]
****************************************
Initialization has failed!
Unable to create schema. (class java.sql.SQLSyntaxErrorException: ORA-00959: tablespace 'INDX_256K' does not exist
ORA-06512: at line 34)
****************************************
You can see a similar error in the create.log:
java.sql.SQLSyntaxErrorException: ORA-00959: tablespace 'INDX_256K' does not exist
ORA-06512: at line 34
at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:494)
at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:446)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1054)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:623)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:252)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:612)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:213)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:37)
at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:890)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1119)
at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1661)
at oracle.jdbc.driver.OracleStatement.executeLargeUpdate(OracleStatement.java:1626)
at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1613)
at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:282)
at weblogic.jdbc.wrapper.Statement.executeUpdate(Statement.java:523)Cause
Resolution
Workaround
Replace the following line:
"--execute immediate 'CREATE INDEX IDX_REVCOMP_CRI_STATUS ON T_AV_REVIEW_COMPONENTS (CR_ITEM_ID, CHANGE_REQUEST_STATUS) tablespace %INDX1_TABLESPACE% COMPUTE STATISTICS'; execute immediate 'CREATE INDEX IDX_REVCOMP_CRI_STATUS ON T_AV_REVIEW_COMPONENTS (CR_ITEM_ID, CHANGE_REQUEST_STATUS) tablespace INDX_256K COMPUTE STATISTICS';
Use the text below in ACM-75951.sql with the text below:
"execute immediate 'CREATE INDEX IDX_REVCOMP_CRI_STATUS ON T_AV_REVIEW_COMPONENTS (CR_ITEM_ID, CHANGE_REQUEST_STATUS) tablespace %INDX1_TABLESPACE% COMPUTE STATISTICS';"
The syntax will work on any configuration.
After making the changes above, follow the steps below to resolve the error.- Shutdown the AppServer.
- Drop schema AVEKSA_AVUSER from the instance
- Start the AppServer and monitor the aveksaServer.log to start installing the schema.
Related Articles
How to sign more than 256K blocks of data with KCA API call XudaCASignData 3Number of Views 8031K G1 Image Causing Blue Screens On Reboot 19Number of Views How to perform bulk action on review items greater than 10k in RSA Via Lifecycle and Governance 6.9.1 43Number of Views RSA SecurID Software Token for Android Quick Start (German) 14Number of Views How to create an Extended Validation (EV) compatible Root CA? 8Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?