when I install trafodion and run script trafodion_install 
it returns 
***ERROR: Your existing JAVA_HOME on gyvm-20.novalocal is less than 1.7.0_65
***ERROR: Your Java Version on gyvm-20.novalocal = java version "1.7.0_101"

101 should be higher than 65
later I find in  line  415  of script traf_config_check 
if [[ "${THIS_JVM_VER:20:1}" -eq "0" ]] || [[ "${THIS_JVM_VER:20:2}" -lt 
$JAVA65 ]]; then
should be
if [[ "${THIS_JVM_VER:20:1}" -eq "0" ]] || [[ "${THIS_JVM_VER:20:3}" -lt 
$JAVA65 ]]; then

Reply via email to