Stash Doesn't Start Due to java.lang.UnsatisfiedLinkError
Troubleshooting Installation
- 'Address already in use' when Starting up Stash
- After Configuring Stash with SSL, Application Won't Start
- All Repositories Appear Empty After an Upgrade
- A soft-locked cache entry was expired by the underlying Ehcache
- Both old and new directory exist
- Change atlassian.recovery.password when installed as a Windows service
- Change STASH_HOME when installed as a Windows service
- ClassNotFoundException: javax.servlet.ServletContext When Starting Stash WAR in Tomcat 7
- Git 1.7.1 is Not Supported by Stash
- Harmless checkThreadLocalMapForLeaks messages on catalina.out
- How to run Stash over HTTPS with a Personal Information Exchange (PFX) keystore
- Invalid Java location
- java: not found during Stash startup
- LDAP Groups are not being populated with users using FreeIPA
- Login and session conflicts with multiple Atlassian applications
- Manage add-ons - An unexpected error has occurred. Please refer to the logs for more information.
- object directory does not exist - Git operations fail after upgrade or STASH_HOME update
- OpenJDK 64-Bit Server VM is an unsupported JVM
- Push Causes Pre-Receive Hook Declined When Running Windows Server on XenServer
- Sending email fails due to 501 Syntax: HELO hostname error
- SpringMVC dispatcher could not be started
- SSH server fails to start on AWS EC2 instance
- stash.git.notfound error during installation
- Stash as a service and the database as currently configured is not accessible error
- Stash console output: INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found
- Stash Doesn't Start Due to java.lang.UnsatisfiedLinkError
- Stash does not start - After upgrade due to ClassNotFoundException org.apache.catalina.core.JasperListener
- Stash Does Not Start - No fonts found
- Stash does not start - No such file or directory
- Stash failed to Start due to Required plugin failed to start
- Stash fails to start: Perl does not seem to be installed
- Stash fails to start - BASEDIR environment variable is not defined
- Stash fails to start - Missing column
- Stash fails to start on 64-bit Windows with error 'tc-native-1.dll: Can't load IA 32-bit .dll'
- Stash Fails To Start on Windows, Please add git version 1.7.6 or higher to the PATH
- Stash Fails to Start - SEVERE: Error listenerStart
- Stash fails to start - The Spring WebApplicationContext could not be started - Unresolved constraint in bundle
- Stash fails to start - UnsupportedDirectoryOverrideException
- Stash Fails to Startup after installation when Running on OpenJDK
- Stash Fails to Start Up with java.net.UnknownHostException Exception
- Stash fails to start when the current locale is Turkish
- Stash fails to start with org.apache.catalina.core.ContainerBase.startInternal A child container failed during start
- Stash Fails to Start with the Reference to Entity "ABC123" Must End with the ';' Delimiter Error
- Stash hangs right after it starts
- Stash Home [<STASH_HOME>] cannot be created
- Stash Installer fails on Windows 2000
- Stash Install or Upgrade Fails: Error validating Perl
- Stash logo displays localhost
- Stash requires a case-sensitive database, but the target database is case-insensitive.
- Stash service (64-bit) fails to start - not a valid Win32 application
- Stash service installed as "STASH" instead of "Atlassian Stash" and fails with code 4
- Stash Stuck at Empty Repository Screen after Push When Running Windows Server on XenServer
- Stash Upgrade Fails with: tables whose names collide with Stash
- Stash Upgrade Fails with 'Permission Denied' Error
- Stash Upgrade Fails with "Table already exists" Error
- Stash Upgrade Fails with (Permission denied) Exception
- Stash Windows service fails to start - The system cannot open the file
- The database, as currently configured, is not accessible
- The Spring WebApplicationContext could not be started
- Unable to access server on fresh install on Linux
- Unable to access Stash during installation
- Unable to start Stash, with message function: not found
- Upgrading your Stash home directory for Stash 3.2 manually
- White/blank screen after upgrade
- Windows service launches old version after upgrade
On this page
Related content
- Bitbucket Server Doesn't Start Due to java.lang.UnsatisfiedLinkError
- Bitbucket fails to start with UnsatisfiedLinkError, failed to map segment from shared object.
- java.lang.UnsatisfiedLinkError: no nio in java.library.path when trying to Merge a pull request
- Jira installer results in 'java.lang.UnsatisfiedLinkError' error
- Getting 'java.lang.UnsatisfiedLinkError' in Confluence Data Center when exporting a Space to PDF
- Stash stops with HazelcastInstanceNotActiveException
- JIRA Won't Start Due to java.lang.NoClassDefFoundError org.apache.log4j.Appender
- 'java.lang.UnsatisfiedLinkError' when Viewing a Chart Due to X11 Library
- Stash 1.0 upgrade guide
- Cannot Create Space Due to NoClassDefFoundError
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
Related content
- Bitbucket Server Doesn't Start Due to java.lang.UnsatisfiedLinkError
- Bitbucket fails to start with UnsatisfiedLinkError, failed to map segment from shared object.
- java.lang.UnsatisfiedLinkError: no nio in java.library.path when trying to Merge a pull request
- Jira installer results in 'java.lang.UnsatisfiedLinkError' error
- Getting 'java.lang.UnsatisfiedLinkError' in Confluence Data Center when exporting a Space to PDF
- Stash stops with HazelcastInstanceNotActiveException
- JIRA Won't Start Due to java.lang.NoClassDefFoundError org.apache.log4j.Appender
- 'java.lang.UnsatisfiedLinkError' when Viewing a Chart Due to X11 Library
- Stash 1.0 upgrade guide
- Cannot Create Space Due to NoClassDefFoundError
Powered by Confluence and Scroll Viewport.