- 1 Minute to read
- Print
- DarkLight
- PDF
Java APM Troubleshooting Guide
- 1 Minute to read
- Print
- DarkLight
- PDF
Verify Compatibility
Java Version Support
- Stackify supports Java versions 7+
OSGI Support
General OSGI Support
When running a Java application based on OSGI you may need to adjust the boot delegation settings:
Add com.stackify.apm.*
to the osgi configuration org.osgi.framework.bootdelegation
.
This can be done via command line argument:
-Dorg.osgi.framework.bootdelegation=com.stackify.apm.*
Jira Support
Jira is based on OSGI and requires the following adjustment:
-Datlassian.org.osgi.framework.bootdelegation.extra=com.stackify.apm.*