🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Java could not be launch" message when try to open Rapidminer

User: "timematoom"
New Altair Community Member
Updated by Jocelyn

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

Sort by:
1 - 6 of 61
    User: "timematoom"
    New Altair Community Member
    OP

    I'm using driver version 382.05 and there's nothing new yet... And I've also updated my Windows to the latest version. It's either Nvidia's driver or the latest Windows that make the program crash since it happened after these events.

    User: "Thomas_Ott"
    New Altair Community Member

    Ugh, the older I get the more I despise Windows. Can you run a Linux VM and run the Linux version of RM?

    User: "jwpfau"
    Altair Employee

    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

     

     

    User: "timematoom"
    New Altair Community Member
    OP
    Accepted Answer

    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!

    User: "korkmaza"
    New Altair Community Member

    I have this same problem. In the previous version, it was working just fine. 

    I checked if I have Rivatuner or MSI Afterburner, but I couldn't find them. Can you describe how you disable Rivatuner?

     

    I am running Windows 10 with 64 bit OS and 8 GB ram. 

     

    Thank you.