Database Management
DPA version 2025.4.0.511 not starting on Linux installs
After installing or upgrading to DPA version 2025.4.0.511 on Linux, the application fails to start and the web page displays the following error: HTTP Status 404 - Not Found [/iwc/index.jsp] not found
First published date
Last published date
Overview
DPA version 2025.4.0.511 does not start properly on Linux installations. When accessing the web interface, users see a 404 error indicating that the /iwc/index.jsp page cannot be found.
Product section
Cause
The new features introduced in DPA 2025.4.0.511 increase the startup workload, requiring a larger Java stack size than the default 300k. The default stack size is insufficient, preventing necessary startup tasks from completing and causing the application to fail with a 404 error.
Resolution
server.properties file:-
After installing or upgrading to DPA 2025.4.0.511, locate the file:
dpa_2025_4_0_511/iwc/tomcat/ignite_config/idc/server.properties -
Open
server.propertiesin a text editor. -
Find the line starting with:
java.stack.size= -
Change this line to:
java.stack.size=600k -
Save the file.
-
Restart DPA using the startup script:
./startup.sh