Hi
I am trying to install the latest version of Stash on a Centos 6 server.
java -version:
OpenJDK Runtime Environment (rhel-2.2.1.el6_3.3-x86_64)
OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
When I go to localhost:7990 I get this error message:
The following problem occurred which prevents Atlassian Stash from starting correctly
OpenJDK 64-Bit Server VM is an unsupported JVM
Best regards,
Morten
I solved this issue by using the jre shipped with JIRA.
JAVA_HOME="/opt/atlassian/jira/jre"
Yes, that's a supported JVM, unlike the OpenJDK you were using.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Fedora 18 I did the following:
-Downloaded Java from oracle here (I selected jdk-7u15-linux-i586.rpm)
-Installed this rpm with yum with:
yum install ./jdk-7u15-linux-i586.rpm
-Set JAVA_HOME variable in ~/.bash_profile to:
export JAVA_HOME=/usr/java/latest
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it's not. There's a difference between OpenJDK and Oracle Java.
You've fixed this by swapping to a supported JVM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please use an Oracle JDK which is supported by the product. Your Linux box can accomodate more than 1 JDK.
Please check this page. https://confluence.atlassian.com/display/STASH/Supported+platforms
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And the question is ?....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use a supported JVM.
See https://confluence.atlassian.com/display/stash/Supported+Platforms
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.