After upgrading to Symantec Advanced Authentication 9.1.5.2 or during migration to new application servers, administrators may encounter application failures where the database connection pool reaches its maximum size. This results in transaction failures and internal server errors (HTTP 1000).
Although the symptoms appear to be a connection pool problem, the root cause is typically Oracle tablespace exhaustion, which prevents successful writing of audit records to the ARWFISSUANCEAUDITLOG table.
Symantec Advanced Authentication 9.1.5.2
Strong Authentication 9.1.5.2
Restarting Strong Authentication services temporarily resolves the issue, but it reoccurs as the connection pool grows again. Restarting Strong Authentication resets the connection pool and releases held connections. However, if the tablespace issue remains unresolved, new audit writes will again block transactions and cause the pool to fill up.
Oracle database typically reports:
Engage the Database Administrator first to resolve the storage issue before restarting the application.
DBA Actions:
Only after the database issue is fixed:
Typical settings:
These values are functioning correctly. Do not increase MaxConnections as a permanent fix — it only masks the problem and allows more blocked sessions to accumulate.
Connection pool exhaustion accompanied by Oracle errors ORA-01653 or ORA-30032 is almost always caused by insufficient tablespace preventing writes to the audit log table.
Fix the database storage first. Once resolved, the Strong Authentication connection pool will return to normal operation without any changes to application configuration.