Stash Doesn't Start Due to java.lang.UnsatisfiedLinkError

Troubleshooting Installation

このページの内容

お困りですか?

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

コミュニティに質問

症状

Stash fails to start with the following error as found atlassian-stash.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.1

For further information please refer to http://forums.steampowered.com/forums/showpost.php?p=32190556&postcount=8

Last modified on Mar 30, 2016

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

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