How To
Summary
This document provides steps on how to generate a thread dump for memory usage for OpenPages
Steps
When running the OpenPages LogCollector, it will automatically generate a javacore. In the newer versions of OpenPages such as OpenPages 9.1.3, you can also schedule javacores to be created. To schedule javacores to be created, you would:
- Open a supported browser.
- Go to the OpenPages URL.
- Login with an administrator id.
- In the upper right hand corner, click on 'Open Administration menu' icon.
- Expand 'Solution Configuration' and click on 'Scheduler'
- Find and click on the 'JavaCoreDump' job. It's not enabled by default.
Modify the job as needed.

- Enable to job for running.
However, at times, you may need more than a javacore to troubleshoot issues. You may need to include the thread dump to analyze OutOfMemory issues. To get the thread dumps. You should:
- Log onto the application
- Go to: <OP_HOME>/wlp/bin.
Run: ./server dump <OP Server Node Name> --include=heap where you replace <OP Server Node Name> with the right node name. For example:
./server dump opapp-OPNode1Server1 --include=heap
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
15 December 2025
UID
ibm17254816