CAPTCHA or other generated images not displayed with error javax.imageio.IIOException: Can't create cache file

お困りですか?

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

コミュニティに質問

問題

Generated images, such as the CAPTCHA or profile pictures are not displaying.

The following exception is observed in the atlassian-jira.log file.

java.lang.RuntimeException: javax.imageio.IIOException: Can't create cache file!
...

ソリューション

The reason for the "javax.imageio.IIOException: Can't create cache file!" error is that JIRA is not able to create the cache file in the Tomcat temp directory (which is usually in the $JIRA_INSTALL/temp directory).

The following needs to be verified and corrected:

  1. Does the $JIRA_INSTALL/temp directory exist? If not, you might need to create it and assign write permissions to the user that runs JIRA.
  2. Does the user running JIRA have write permissions to the directory?
  3. Is the file system that has this directory full and have free disk space?

Once these conditions have been verified, you will need to restart JIRA and clear the browser cache to see the images.

 

最終更新日 2018 年 11 月 2 日

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

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