Tried to install the latest version of stash (2.6.4) and got the this error. (screenshot)
VERSIONS
---------------------------------
java version "1.7.0_25"
git version 1.7.10.4
perl v5.16.0
SETUP
----------------------------------
STASH_HOME="/home/choitzt/atlassian/stash/data"
START
---------------------------------
../bin/start-stash.sh
Detecting JVM PermGen support...
PermGen switch is supported. Setting to 256m\n
Using STASH_HOME: /home/choitzt/atlassian/stash/data
Using CATALINA_BASE: /home/choitzt/atlassian/stash
Using CATALINA_HOME: /home/choitzt/atlassian/stash
Using CATALINA_TMPDIR: /home/choitzt/atlassian/stash/temp
Using JRE_HOME: /usr/lib64/jvm/jre
Using CLASSPATH: /home/choitzt/atlassian/stash/bin/bootstrap.jar:/home/choitzt/atlassian/stash/bin/tomcat-juli.jar
Using CATALINA_PID: /home/choitzt/atlassian/stash/work/catalina.pid
Success! You can now use Stash at the following address:
Try to open http://localhost:7990/
--> A fatal error has occurred
Try to open http://localhost:7990/setup
--> HTTP Status 500
LOGS
-------------------------
(atlassian-stash.log)
Is there any advice?
Thanks
From the logs, it looks like your hostname (tcdev.site) cannot be resolved. Try adding the following line to your /etc/hosts file to ensure it can be resolved (or if the hostname is incorrect, update the hostname on the server):
127.0.0.1 tcdev.site
solved the problem, thanks ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.