A JVM has not been detected Warning

Hello,
I am getting this message on new install. This is not new to me, but I believe that I have everything covered and must have missed something.

Java 1.7 installed (JVM Server)
PATH contains java location
java -version has version as first line

[root@TRO1AP00008DEV /]# java -version
java version "1.7.0_51"
OpenJDK Runtime Environment (rhel-2.4.4.1.el6_5-x86_64 u51-b02)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)

This is a 64-bit machine
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Kernel 2.6.32-431.5.1.el6.x86_64 on an x86_64

and I am installing 10.1c 64-bit Progress

Any ideas?

Thanks!


I installed this on another server early last year without any issues. I am confused as to what the problem could
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
OE 10.1C requires a 1.5 JVM. 1.7 wasn't supported until somewhere in OE 11.x.

Also, the Installation and Configuration manual for your release has info about setting up Java prior to installation. There are certain environment variables the installer will look at to determine if Java is on the box. I can't quote from memory but there is JAVA_HOME and one or two others. Details should be in the manual.
 
Top