Hi all,
I tried to upgrade Jira v7.4.3 to Jira v7.5.0 using the installer atlassian-jira-software-7.5.0-x64.bin like I normally do. This time I receive the following error:
######################
[root@xxx~]# ./atlassian-jira-software-7.5.0-x64.bin
Unpacking JRE ...
Starting Installer ...
Could not display the GUI. This application needs access to an X Server.
*******************************************************************
You can also run this application in console mode without
access to an X server by passing the argument -c
*******************************************************************
######################
Adding the -c option does not resolve the issue (never needed it before).
The knowledge base suggest that I'm running the 32bit installer on the 64bit os.
Linux xxx.*********.local 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Java is also 64bit
[root@xxx~]# java -version
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
Has anyone else run into this issue?
[edit] I forgot to mention that this is a headless server. So access to the GUI is not possible (x-windows server is not installed).