"Java could not be launch" message when try to open Rapidminer
2 weeks ago I still use Rapidminer fine, but now I get the message "Java could not be launched. Probably there is not enough memory space. Please close all other applications and try again" every time even though I have 14 GB free memory.
Here's the log I got when I run with .bat file. https://pastebin.com/TKKe6kv3
I use Rapidminer 64 bit, Windows 10 and 16GB of RAM.
Find more posts tagged with
Do you run the latest version of RivaTuner Statistics Server (v7.0.0)?
If you do and it's still broken, can you try to disable or remove it?
If not, you can try to disable Direct3D support by editing the RapidMiner-Studio.bat
rem ##################################
rem ## ##
rem ## Launching RapidMiner ##
rem ## ##
rem ##################################
:launch
echo Launching RapidMiner Studio GUI now...
"%JAVA%" -Dsun.java2d.d3d=false %JVM_OPTIONS% -cp "%RAPIDMINER_HOME%"\lib\*;"%RAPIDMINER_HOME%"\lib\jdbc\* com.rapidminer.launcher.GUILauncher %CMD_LINE_ARGS%
goto startEnd
It works now! It was because Rivatuner that come with MSI Afterburner somehow just start to interrupted without any reason. Thanks to Jonas (jwpfau) to point out in my inbox!
It works now! It was because Rivatuner that come with MSI Afterburner somehow just start to interrupted without any reason. Thanks to Jonas (jwpfau) to point out in my inbox!
This might be because of a driver bug. Have you seen this? http://www.pcworld.com/article/3164453/hardware/nvidia-releases-hot-fix-after-game-ready-driver-breaks-minecraft.html
Or even this?
https://bugs.openjdk.java.net/browse/JDK-8178537