After a fresh installation or upgrade to WCC 24.2, the WCC GUI is inaccessible and displays an HTTP 404 - Not Found error. The 'Redirect' button on the page does not resolve the issue.
Review of the WCC log files (e.g., CA-wcc-services.log or jvm logs) reveals the following database connection errors:
ORA-12516: Cannot connect to database. Listener at host [HOSTNAME] port [PORT] does not have a protocol handler for TCP ready or registered for service [SERVICE].ERROR #WccDataSource # Database not available yet. Cannot create the jdbc pool. Will retry after ##### milliseconds
The issue is caused by the Oracle database reaching its maximum limit for PROCESSES or SESSIONS.
When the WCC services attempt to initialize their JDBC connection pool, the Oracle listener refuses the requests because no handlers are available, resulting in the ORA-12516 error. Because the database connection pool cannot be established, the WCC web application fails to start correctly, leading to the 404 error in the browser.
To resolve this issue, the Oracle database limits must be increased to accommodate the connection requirements of the WCC services.
CA-wccCA-wcc-services
sqlSELECT COUNT(*) FROM v$session;SHOW PARAMETER processes;SHOW PARAMETER sessions;
sqlALTER SYSTEM SET processes=500 SCOPE=SPFILE;ALTER SYSTEM SET sessions=500 SCOPE=SPFILE;
CA-wcc-servicesCA-wcc
To speak with a customer representative or a Support Engineer, see Contact Support. Scroll to the bottom of the page and click on your respective region.