Mail is not being retrieved from the SMTP or POP Server

お困りですか?

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

コミュニティに質問

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

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.

*Fisheye および Crucible は除く

症状

JIRA is not creating issues or comments from email.

atlassian-jira.log に次のエラーが返される。

JVM Input Arguments                           : -Djava.util.logging.config.file=/atlassian/jira/conf/logging.properties -XX:MaxPermSize=256m -Xms256m -Xmx768m -Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Datlassian.mail.fetchdisabled=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/atlassian/jira/endorsed -Dcatalina.base=/atlassian/jira -Dcatalina.home=/atlassian/jira -Djava.io.tmpdir=/atlassian/jira/temp

原因

The JVM argument -Datlassian.mail.fetchdisabled has been set to true, disabling all mail fetching functionality within JIRA.

(warning) Please be careful when changing this behaviour. If multiple JIRA instances are using the same mail servers, significant errors can occur.

ソリューション

  1. Jira を停止します。
  2. Remove the -Datlassian.mail.fetchdisabled=true parameter from JIRA's JVM arguments, as in our Setting Properties and Options on Startup documentation.
  3. Jira を起動します。
  4. Test to ensure the mail is retrieved.

最終更新日 2024 年 11 月 25 日

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

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