Portal: HTTP Status 404- The requested resource is not available
search cancel

Portal: HTTP Status 404- The requested resource is not available

book

Article ID: 8445

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

When I try to launch the TDM Portal, I am receiving the following error despite the services running and using the correct URL: HTTP Status 404 - /TestDataManager/ - the requested resource is not available - Apache Tomcat 

Environment

CA Test Data Manager (TDM)- Portal

Cause

This error can be caused by several things. We recommend enabling debugging, recreating the issue, and analyzing the log files for a more specific error message. Here are instructions on how to enable debugging and find the log files: https://knowledge.broadcom.com/external/article?articleId=9851.

 

We also recommend reviewing the TDM Portal installation and access instructions to see if anything could have been missed:

Resolution

Here are some common resolutions to this error:

  1. The issue could be caused by the wrong database name inside the application.properties file. Go to C:\Program Files\CA\CA Test Data Manager Portal\conf to review this file for correct connection details.

  2. If you do not have the Repository installed and configured, you will encounter this error (and others). After installing the repository using these directions, and trying to access the Portal again, the issue should be resolved.
    https://techdocs.broadcom.com/us/en/ca-enterprise-software/devops/test-data-management/4-10/installing/install-test-data-manager/install-the-repository.html

  3. There may be missing scripts for your database. If this is a brand new install, it may be worth re-installing the Portal and trying to connect again.

  4. Use the SQLPLUS utility to verify the parameters of the Oracle database
    1. Open a SQLPLUS window, and connect to your repository DB using a system account as sysdba.
      • The default password that TDM uses for the system account is "manager", but you set the actual password when you install Oracle.
      • If you do not have access to the system account, request that a DBA execute the statements.
      • For example, for a local XE installation, you connect as follows: SQL> CONNECT system@XE/manager as sysdba

    2. Run the following commands to verify the parameters values:
      show parameter processes
      show parameter session
      show parameter transactions

    3. The following are the recommended values.
      • If the values are less than the recommended values, use the following commands:
        alter system set processes=300 scope=spfile;
        alter system set sessions=300 scope=spfile;
        alter system set transactions=330 scope=spfile;

    4. Save the file. (Commit the changes)
    5. Restart Oracle and the TDM Portal.

  5. If you were previously using https:8443, change the Portal properties file to use http:8080:
    1. Stop the CA Test Data Manager Portal service.

    2. Stop the OrientDB service. (if running)

    3. Go to C:\Program Files\CA\CA Test Data Manager Portal\conf

    4. Make a copy of the application.properties file.

    5. Open the application.properties file in a program like Notepad.

    6. Using the find and replace option, enter:
      • Find what: 8443
      • Replace with: 8080

    7. Click the OK button.

    8. Verify you only see 8080 listed in file.

    9. Save file.

    10. Start the CA Test Data Manager Portal service.

    11. Start the OrientDB service. (if you had to stop it before)

    12. Launch the TDM Portal in your web browser.

    13. Go to C:\Program Files\CA\CA Test Data Manager Portal\logs

    14. Open the startup.log file in a program like Notepad.

    15. Watch and verify that all the microservices have started.

    16. Check the web browser (Portal) to see if you are able to access it.

Additional Information

If you experience any further issues, please open a support case by going to https://support.broadcom.com.