---
title: "Java APM Troubleshooting Guide"
slug: "java-apm-troubleshooting-guide"
description: "Check Java version compatibility (Java 7+ supported). Configure OSGI settings and enable Jira support for smooth operation with Stackify APM."
updated: 2021-05-26T21:43:22Z
published: 2021-05-26T21:43:22Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Java APM Troubleshooting Guide

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