Bitbucket Server Doesn't Start Due to java.lang.UnsatisfiedLinkError
プラットフォームについて: 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 は除く
症状
Bitbucket Server fails to start with the following error as found atlassian-bitbucket.log:
2012-11-20 23:58:47,714 ERROR [main] c.a.j.s.w.c.JohnsonContextLoaderListener The Spring WebApplicationContext could not be started
...
Caused by: java.lang.UnsatisfiedLinkError: /usr/java/jdk1.7.0_09/jre/lib/i386/libfontmanager.so: libgcc_s.so.1: cannot open shared object file: No such file or directory
... 73 common frames omitted
原因
There is an unfulfilled dependency that needs to be satisfied in regard to this library: libgcc_s.so.1
ソリューション
Update the current libgcc e.g. by running the following install command:
yum install libgcc_s.so.1For further information please refer to http://forums.steampowered.com/forums/showpost.php?p=32190556&postcount=8
この内容はお役に立ちましたか?