3DDashboard Tomee crashes frequently On Windows Server

If you experience a 3DDashboard or other service crash on a Windows Server, adjust the JVM parameter configurations as outlined below.

Locate the setenv.bat file in < <3ddashboard_tomee_path > >/bin.
Check for “JAVA_OPTS” and add an entry for the -XISS parameter.
set “JAVA_OPTS=%JAVA_OPTS% -Duwp.externalConfig=D:\App\DassaultSystemes\R2024x\3DDashboard\win_b64\uwp-config.properties -Duwp.logs.path=D:\App\DassaultSystemes\R2024x\3DDashboard\logs -Xiss2048k -Xss2048k -Xms2g -Xmx4g -XX:NewSize=2g -XX:MaxNewSize=2g -XX:MaxMetaspaceSize=512m -XX:SurvivorRatio=3 -XX:+DisableExplicitGC -XX:+UseCompressedOops”

Note: The -XISS parameter is used to provide JVM for initialization.

you need JAVA Options have -Xiss2048k -Xss2048k , and then server back to normal.

Leave a Reply