Saturday, August 18, 2012

A Bug Identified in Oracle Healthcare MPI Installer

I failed to install Oracle Healthcare MPI product on the guest Red Hat Linux using Oracle JDK 1.7.0. The error reports:

"The installer could not find a compatible JDK installation. The minimum required version is 1.6.0. Specify JDK folder manually."

Once I switch to JDK 1.6.0 with update 34, it works. Obviously it is a buy in the installer. If it means that the minimum required version is 1.6.0, the installer shall work with JDK 1.7.0.  A simple logic is

                                            [The chosen JDK version] >= 1.6.0
  
But the installer coded actually works with the maximum required version 1.6.0. The fix is really simple. This type of simple mistake is made unexpectedly. 

No comments:

Post a Comment

How Does the Server Certificate SSL Work?

The Secure Socket Layer (SSL) is the standard security transportation protocol for establishing an encrypted communication between the clie...