It seems I forgot to run
apt-get install ia32-libs
Obviously the installer is giving the wrong error message when it fails. With 32-bit support fully enabled, I am able to install the 32-bit version.
Install a JDK/JRE and retry the installation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to install the JIRA software prerequisites.
Run as root:
apt-get install lsb-core apt-get install default-jdk apt-get install default-jre
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Best solution on Ubuntu 14.04 LTS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
on Ubuntu 14.04, I was able to get it to work by simply running:
sudo apt-get install default-jre
If you're running 64 bit Ubuntu and would like to install the 32 bit JIRA, this works:
sudo bash dpkg --add-architecture i386 apt-get update apt-get install default-jre:i386
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
worked in debian jessie, whatever the reason is, I did the installation in 32bit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to install the JIRA software prerequisites.
Run as root:
apt-get install lsb-core apt-get install default-jdk apt-get install default-jre
Also make sure you have Oracle's Java Installed:
The Oracle JDK is the official JDK; however, it is no longer provided by Oracle as a default installation for Ubuntu.
You can still install it using apt-get. To install any version, first execute the following commands:
sudo apt-get install python-software-properties sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
If you're on Ubuntu, for example, then you need to make sure you have Oracle's Java installed with the above commands. It took me a couple hours then I figured this out. Hopefully you figure it out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As the answer says, the problem was a 32-bit vs 64-bit mismatch. It was not obvious that this was the case from the error message, which is why it took a little while to figure out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is driving me mad and I have had incredibly little support from Atlassian.
As Debian no longer include an Oracle version of the JDK in the repo's you have to grab a tarball from Oracle. Good luck with that, java-package and make-jpkg have not got me far in making a debian package to install with any success. I really have persevered but I expected WAY more from Atlassian to be honest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The installer is bundled with a JRE, so obviously that wouldn't help. But I tried it anyway just after I posted my question and of course it didn't work. I forgot to mention that I verified the MD5 sum. Is this installer dependent upon a particular unix shell? I think I only have Bash installed right now.
~$ java -version java version "1.7.0_25" OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) ~$ ./atlassian-jira-6.0.4-x32.bin Unpacking JRE ... Starting Installer ... ./atlassian-jira-6.0.4-x32.bin: 466: ./atlassian-jira-6.0.4-x32.bin: /home/me/atlassian-jira-6.0.4-x32.bin.4256.dir/jre/bin/java: not found
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.