-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
7.0.0
-
OS: Debian 7.6
Java:
jira1:/opt# java -version
openjdk version "1.8.0_66"
OpenJDK Runtime Environment (Zulu 8.11.0.1-linux64) (build 1.8.0_66-b17)
OpenJDK 64-Bit Server VM (Zulu 8.11.0.1-linux64) (build 25.66-b17, mixed mode)Using CATALINA_BASE: /opt/jira-inst
Using CATALINA_HOME: /opt/jira-inst
Using CATALINA_TMPDIR: /opt/jira-inst/temp
Using JRE_HOME: /usr/lib/jvm/zulu-8-amd64/jre
Using CLASSPATH: /opt/jira-inst/bin/bootstrap.jar:/opt/jira-inst/bin/tomcat-juli.jar
Using CATALINA_PID: /opt/jira-inst/work/catalina.pidOS: Debian 7.6 Java: jira1:/opt# java -version openjdk version "1.8.0_66" OpenJDK Runtime Environment (Zulu 8.11.0.1-linux64) (build 1.8.0_66-b17) OpenJDK 64-Bit Server VM (Zulu 8.11.0.1-linux64) (build 25.66-b17, mixed mode) Using CATALINA_BASE: /opt/jira-inst Using CATALINA_HOME: /opt/jira-inst Using CATALINA_TMPDIR: /opt/jira-inst/temp Using JRE_HOME: /usr/lib/jvm/zulu-8-amd64/jre Using CLASSPATH: /opt/jira-inst/bin/bootstrap.jar:/opt/jira-inst/bin/tomcat-juli.jar Using CATALINA_PID: /opt/jira-inst/work/catalina.pid
-
7
-
When trying to launch JIRA Software 7, the version detection is unable to detect our Java version correctly and stops booting. The error shown is:
************************************************************************************************************************************* ********** Wrong JVM version! You are running with .. but JIRA requires at least 1.8 to run. ********** *************************************************************************************************************************************
The version is named as "..", which obviously seems to be a detection issue.
We also tried to set the JAVA_HOME environment variable, which didn't make any change.