I am trying to run IGB in my linux ubuntu. The previous version were able to run using java but recently the one run using "sh" are not running.
I tried: sh IGB_unix_8_5_2.sh
and also sudo sh IGB_unix_8_5_2.sh
But, no luck. I am getting the following message:
rm: cannot remove '/home/everestial007/.install4j': No such file or directory
Unpacking JRE ...
Preparing JRE ...
IGB_unix_8_5_2.sh: 197: IGB_unix_8_5_2.sh: bin/unpack200: Permission denied
Error unpacking jar files. The architecture or bitness (32/64)
of the bundled JVM might not match your machine.
The trouble with running the binary (i.e. the .sh installer) is the binary is built for 64 bit machines. The zip file is the suggested workaround, but unfortunately requires you to manage your own java runtime version. Please make sure you only use the very latest java version (e.g. Java SE Runtime Environment 8u73) to run IGB since there have been several bugs affecting our software in recent releases of the Java runtime. Some of those bugs are likely causing the performance problem you are seeing. Please let me know if the problem persists after ensuring you are on the latest java runtime version.
But, I am having another problem After loading the IGB is taking up all the computer cores and computing power (the CPU usage bumps immediately to above 89%) and after about 5 mins the computer just freezer. The only way out is to kill the process. I have already tried it dozen times but its still the same.
There should be a way to work this problem out - let me know if you know it.
I checked that one and searched for solutions on google. Tried several things, but no luck !