Bitbucket Server Doesn't Start Due to java.lang.UnsatisfiedLinkError

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

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

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

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.