Java クラッシュ ログ ファイルを取得する

お困りですか?

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

コミュニティに質問

Confluence が手動操作なしで停止した場合、ローカルの Java セッション中に問題が発生した可能性があります。Java により、次のようなログ ファイルが生成されます: hs_err_pid20929.log

The location of this log file is usually in the directory where Tomcat is run eg. /bin folder. For Windows Services, it should be located in where Windows Services are run, eg. c:\Windows\System32 if you are on 32 bit.

Useful VM Option

If using Java 6 or above, it's possible to define the path to the hs_err_pid file.

Add the following JVM Parameter to your existing ones:

-XX:ErrorFile=./hs_err_pid<pid>.log
RELEVANT TOPICS

Generating a Heap Dump
Java Crashes

最終更新日: 2015 年 12 月 2 日

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

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