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
Last published date
Overview
After upgrading DPA Linux environment to 2025.4.0.511, the DPA web interface returns "HTTP Status 404 - Not found" error.
Product section
Cause
The Java stack size configured in the DPA server.properties file was insufficient for the environment.
Resolution
-
On the DPA server, locate the
server.propertiesfile. 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).
-
Open
server.propertiesin a text editor with appropriate permissions. -
Find the line that starts with:
java.stack.size= -
Set the Java stack size to 500k by updating the line to:
java.stack.size=500k -
Save the
server.propertiesfile. -
Restart DPA using the startup script, for example:
./startup.sh
After performing the steps above, DPA should start successfully.