Bitbucket Server Doesn't Start Due to java.lang.UnsatisfiedLinkError
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
Bitbucket Server fails to start with the following error as found atlassian-bitbucket.log
:
1
2
3
4
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:
1
yum install libgcc_s.so.1
For further information please refer to http://forums.steampowered.com/forums/showpost.php?p=32190556&postcount=8
Was this helpful?