Troubleshooting: Web server stops in debug mode in RAD

When using the Toolkit RAD tool, the web server may unexpectedly stop when started in debug mode.

Note: This issue has been observed with IBM SDK 8.8.0.40 and 8.8.0.45.

Solution

IBM has provided a workaround to resolve this issue.
  1. Add a generic JVM argument.
    Use the administrative console to add the following JVM argument:
    -Xjit:exclude={com/ibm/commerce/dynacache/commands/CacheEntryHistory.getRecommendedInactivityTimeout*}
    
  2. Set the JVM argument in the administrative console.
    • Navigate to:
      Administrative Agent > Java Process Definition > Java Virtual Machine
    • Append the above value to the Generic JVM Arguments field.
  3. Restart the web server in debug mode to apply the changes.