Database Management

Error: HTTP Status 404 - Not found after upgrading DPA to 2025.4.0.511 (Linux environment)

DPA web interface issue post 2025.4.0.511 upgrade on Linux-OS

First published date

4/17/2026 3:11 PM

Last published date

4/17/2026 3:11 PM

Overview

After upgrading DPA Linux environment to 2025.4.0.511, the DPA web interface returns "HTTP Status 404 - Not found" error. 

Product section

Database Performance Analyzer

Cause

The Java stack size configured in the DPA server.properties file was insufficient for the environment.

Resolution

  1. On the DPA server, locate the server.properties file. For DPA 2025.4.0.511, the path is:

    dpa_2025_4_0_511/iwc/tomcat/ignite_config/idc/server.properties
    

    (adjust the base folder name if your installed DPA version differs).

  2. Open server.properties in a text editor with appropriate permissions.

  3. Find the line that starts with:

    java.stack.size=
    
  4. Set the Java stack size to 500k by updating the line to:

    java.stack.size=500k
    
  5. Save the server.properties file.

  6. Restart DPA using the startup script, for example:

    ./startup.sh
    

After performing the steps above, DPA should start successfully.