Thursday, July 31, 2014

"Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed."

I was installing SUN STORAGE COMMON ARRAY MANAGER SOFTWARE 6.9, LINUX on a Centos 6 installation.
Such Centos 6 server was installed using the SmartOS image.

Running the script

./HostSoftwareCD_6.9.0.16/RunMe.bin -c

I got
 
"Bundled JRE is not binary compatible with host OS/Arch or it is 
corrupt.  Testing bundled JRE failed."

I've solved in that way:

yum install glibc.i686

4 comments:

  1. Excellent, it worked for me when trying to install tib rendez vous 8.x

    ReplyDelete
  2. Unfortunately, doesn't work for me
    # rpm -qa | grep glibc
    glibc-2.12-1.166.el6_7.1.x86_64
    glibc-common-2.12-1.166.el6_7.1.x86_64
    [root@host HostSoftwareCD_6.9.0.16]#] ./RunMe.bin -c
    Initializing Wizard........
    Extracting Bundled JRE.
    Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.

    ReplyDelete
  3. Thank you so much! It worked for me.

    ReplyDelete