Java APM Troubleshooting Guide
  • 1 Minute to read
  • Dark
    Light
  • PDF

Java APM Troubleshooting Guide

  • Dark
    Light
  • PDF

Article Summary

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.*


Was this article helpful?