The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Loop of Death"
How about this one, interesting.. I updated my rapid version and R plug-in and it redid the installation process and found the libraries and all seemingly OK. As I click the exit restart button, it never restarts.. fine no problem i restart it myself only to wind up back in the R plugin installation process again... Can't get out!!
Tagged:
0
Answers
Found Library in C:\Program Files\R\R-2.12.2.0\library\r.Java\jri\JRIEngine.jar This is a good thing. I can click OK to get to the EXIT now, I will restart RapidMIner. That's when the loop starts. Interestingly, If I click the upper right hand corner X to exit the dialogue box, I do go to RapidMiner, but then get this error:
Could not load native library The local binary library 'C:\Program Files\R\R-2.12.2.0\library\r.Java\jri\JRIEngine.jar' could not be loaded
Reason: C:\Program Files\R\R-2.12.2.0\library\r.Java\jri\JRIEngine.jar %1 is not a valid WIN32 application.
This is odd, as I only downloaded the WIN32 files and not any WIN 64 files.
I can still run the application, but not the R operator.
I uninstalled all, re-downloaded all files to make sure that all were WIN 32 and got the same results.
well, I will add a Button do deactivate the extension if you can't get it to work. Until then, please press the X button of the dialog and deactivate the Extension in the Help / Manage Extensions Menu.
@BehaviorAnalyst.
Please install R 2.12.0, since I don't have tried it with 2.12.2. Then please check if the jri.dll in the C:\Program Files\R\R-2.12.2.0\library\rJava\jri\ directory is indeed a copy of the C:\Program Files\R\R-2.12.2.0\library\r.Java\jri\i386\jri.dll
Greetings,
Sebastian
best,
HieroBosch
we will make another update as soon as possible cutting this loop and we are heading for including the complete R into the Extension, so that any inconvenient configuration will be avoided.
Greetings,
Sebastian
I had also encountered this problem and I have found the solution. I have posted my original question and the solution at the following post
http://rapid-i.com/rapidforum/index.php/topic,3603.0.html
In essence, using something like
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH\
:R_HOME/bin
in .bashrc worked out for me.
If it does not work, i.e if lib.so is missing, try follow the instructions at the URL
http://rpy.sourceforge.net/rpy_faq.html
It looks like it is more of an R problem than that of rapidminer.
Thanks
Ajay
those are great infos - thanks for finding out!
Cheers,
Ingo