Dashboard doesn't display anything

お困りですか?

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

コミュニティに質問

症状

JIRA doesn't display anything on the dashboard. While troubleshooting with Firebug it displays Javascript errors with many undefined properties.

atlassian-jira.log に次のメッセージが表示される。

Caused by: java.io.FileNotFoundException: /path/to/jira/home/tmp/webresources/67.cachedfile (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
	at com.atlassian.plugin.cache.filecache.impl.CachedFile.streamToCache(CachedFile.java:122)
(...)

原因

JIRA has lost its webresources cache

ソリューション

  • Jira をシャットダウンします。
  • Browse to $JIRA_HOME/tmp/webresources;

  • Remove all the content on it, if there's any;
  • Jira を起動します。
  • The dashboard will work again and the Javascript errors will cease.
Last modified on Mar 30, 2016

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

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