Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF11 install linux failure...Launching installer... JRE libraries are missing or not compatible....

Guest
Jun 14, 2014 Jun 14, 2014

CF11 install linux failure

Expected: bundled JRE should work on Ubuntu 13.1

Launching installer...

JRE libraries are missing or not compatible....

# java -version

java version "1.7.0_55"

OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1~0.13.10.1)

OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)

7.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 14, 2014 Jun 14, 2014

Same issue with:

java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 28, 2015 Jan 28, 2015

My solution for this problem:

sudo su

cd /

mkdir tmp2

IATEMPDIR=/tmp2

export IATEMPDIR

I've searched alot for this solution. In my case on a server someone else configured I was unable to operate fully on /tmp.

Please tell me if you succeeded! Btw, if there is not enough space on the drive containing /tmp it can cause this problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 15, 2015 Oct 15, 2015
LATEST

steffenschuchardt, you are amazing. I've been banging my head against my desk for a couple of hours over this issue.

I was able to get the installer launched with /tmp2

Thank you so much!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources