Stash Doesn't Start Due to java.lang.UnsatisfiedLinkError
Symptoms
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
Cause
There is an unfulfilled dependency that needs to be satisfied in regard to this library: libgcc_s.so.1
Resolution
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.