EBS forms server not starting back after jre 1.8.0_131-b31 installation.
I installed jre 1.8.0_131-b31 in preparation for Java Web Start in my non-production EBS instance.
Installation directory is /u02/appmis/fs2/EBSapps/comn/util/jdk32.
When i "untar" the "jre-8u131-linux-x64.tar.gz", it created "jre1.8.0_131".
I remove my existing "jre" (1.7.0_25-b15) , rename "jre1.8.0_131" to jre
when i run java -version
Java(TM) SE Runtime Environment (build 1.8.0_131-b31)
However when i try to start up EBS form server i get the following error message
/u02/appmis/fs2/EBSapps/comn/util/jdk32/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
Any help would be very much appreciate.