JSM Data Center: Groovy script action of Assets Automation failed with error 'The request object has been recycled and is no longer associated with this facade' after upgrading to JSM 5.12.12 or above
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
After upgrading JSM, the Groovy script action of Assets automation that used to work fine failed with the error 'The request object has been recycled and is no longer associated with this facade' in the log
環境
Jira Service Management (JSM) Data Center 5.12.12 and above
診断
The assets automation action, which worked properly up until JSM Data Center version 5.12.12, encountered a failure, and the related message appeared in the atlassian-jira.log.
The request object has been recycled and is no longer associated with this facade原因
A new change in Apache Tomcat since Apache Tomcat version 9.0.90 is discarding facade objects by default: Tomcat changelog. JSM Data Center version 5.12.12 which uses Apache Tomcat version 9.0.91 has since then include a default start-up property to counter this change. The property looks like this.
-Dorg.apache.catalina.connector.RECYCLE_FACADES=falseソリューション
Configure the startup property above according to Setting properties and options on startup and restart Jira.
この内容はお役に立ちましたか?