Skip to main content
November 12, 2014
Answered

Having trouble getting CF11 to install under Linux

  • November 12, 2014
  • 1 reply
  • 2030 views

Hi,

First, apologies if this (or a similar version) ends up posted here twice.

I am trying to install CF11 (ColdFusion_11_WWEJ_linux64.bin) on a Scientific Linux machine and am getting the following, as it craps out:

Preparing to install...

Extracting the JRE from the installer archive...

Unpacking the JRE...

Extracting the installation resources from the installer archive...

Configuring the installer for this system's environment...

Launching installer...

JRE libraries are missing or not compatible....

Exiting....

My java version is:

java -version

java version "1.7.0_71"

OpenJDK Runtime Environment (rhel-2.5.3.1.el6-x86_64 u71-b14)

OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

Do any of you have any suggestions as to what I need to do to get this to install?

Thanks,

Steve

This topic has been closed for replies.
Correct answer

Well, this apparently was a bizarre failure mode when /tmp got full.  By setting IATEMPDIR to something with more space, I was able to get this to finish.  Have to say, that was not intuitive.  :-\

Steve

1 reply

Correct answer
November 12, 2014

Well, this apparently was a bizarre failure mode when /tmp got full.  By setting IATEMPDIR to something with more space, I was able to get this to finish.  Have to say, that was not intuitive.  :-\

Steve