I'm trying to install STASH as a service and i get the message that it could not be started, the service specific error is 0.
The help documentation that I've been able to find references this being a problem with it finding msvcr71.dll from the jdk 1.6 installation.
I'm using jdk 1.7 and it appears that msvcr71.dll is replaced by msvcr100.dll. I've used it in the same way the troubleshooting techniques suggest using msvcr71.dll with adding the path to PATH and copying it to system32, but neither seem to work. Is there something else I need to do?
Had the same problem. For me, this was the solution:
If you are running a 64-bit version of Windows and a 64-bit JVM, then the tomcat7.exe and tcnative-1.dll binaries in the /bin directory need to be replaced with their .x64 counterparts.
The files are allready in the bin folder and have the ending *.x64 which you obviously have to replace with exe/dll
Run start-stash.bat from the command line. (in the stash bin folder)
and check your console for warnings or errors. Might be something simple as an unitialized
JAVA_HOME environment variable...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please check this document: https://confluence.atlassian.com/display/STASH/Running+Stash+as+a+Windows+service
If you still have this problem, please raise a support ticket at https://support.atlassian.com.
Cheers,
Lucas Lima
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.