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

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

症状

The following message appears in the Jira console output:

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

原因

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

Jira, by default, runs inside the the Apache Tomcat webcontainer, 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/ja.

情報

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.


ソリューション

何もする必要はありません。


最終更新日: 2025 年 1 月 21 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.