You are currently reviewing an older revision of this page.

Users unable to deploy application when using Oracle as the primary data source

Symptoms

Users are unable to deploy applications in Appian when Oracle database is used as the Appian data source. The below error is seen in tomcat-stdOut.log:

ERROR org.hibernate.util.JDBCExceptionReporter - ORA-01658: unable to create INITIAL extent for segment in tablespace <NAME OF TABLESPACE>

Cause

The problem is caused when Oracle fails to allocate sufficient space for the segment being created. This is typically due to the data files for the tablespace specified in the error becoming full.

Action

Execute the following command on the database to add additional space to the tablespace: ALTER TABLESPACE ADD DATAFILE.

Affected Versions

This article applies to all versions of Appian using Oracle as the primary data source.

Last Reviewed: October 2019