Pages Occassionally throws Invalid LOC Header (Bad Signature)
プラットフォームについて: 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 は除く
症状
When browsing JIRA, occassionally pages fail with invalid LOC header (bad signature):
com.caucho.java.JavaCompileException: error: error reading /opt/j2ee/domains/atlassian.com/jira/resin/lib/jsdk-24.jar; invalid LOC header (bad signature)
1 error
at com.caucho.java.InternalCompiler.executeInt(InternalCompiler.java)
at com.caucho.java.InternalCompiler.compileInt(InternalCompiler.java:81)
at com.caucho.java.AbstractJavaCompiler.run(AbstractJavaCompiler.java:101)
at java.lang.Thread.run(Thread.java:619)
原因
The jar in question is perfectly valid. Upon further investigation, we found that JIRA had run out of memory. OutOfMemoryErrors can cause chaos in a JVM as threads are interrupted.
ソリューション
Restarting the webapp will fix the problem. For further help on evaluating cause of the memory error please review Jira Server / Data Center crashes with OutofMemory Java heap space error.
この内容はお役に立ちましたか?