Thanks 一瞬间, This is a known issue, tracked by jira TRAFODION-1951 .
Thanks, Ming 发件人: 壹瞬间 [mailto:[email protected]] 发送时间: 2016年5月17日 18:14 收件人: user <[email protected]> 主题: little bug in script traf_config_check 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
