Jira console output: INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Symptoms

The following message appears in the Jira console output:

1 2 3 Jan 15, 2015 4:43:05 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ...

Cause

This INFO message is simply a notification that Tomcat was unable to find the APR.

Jira, by default, runs inside the Apache Tomcat web container, which provides the web server that hosts Jira. By default, Tomcat will look for the existence of the Apache Portable Runtime (APR) on your system, if APR is not found, it will use NIO instead (https://tomcat.apache.org/tomcat-8.5-doc/config/http.html).

The APR provides certain performance benefits over BIO, but no performance benefits over NIO, and also *no* functionality benefits - Jira will function perfectly well without it.

There is no reason to take any action unless directed to do so by one of our support engineers as a result of a performance issue. If you are having performance issues, please raise a support request with our engineers at https://support.atlassian.com.

Information

As of Tomcat version 9.0 TLS and http/2 is supported, it is highly recommended to use an APR setup with openSSL as this will offer better performance over HTTPS.

Resolution

You do not need to do anything.

Updated on April 11, 2025

Still need help?

The Atlassian Community is here for you.