Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Error Installing Plug Ins and Extensions"

Khy_Donovan_LogKhy_Donovan_Log Member Posts: 2 Contributor I
edited June 2019 in Help
First off I want to say how impressed I am with RapidMiner 5.  I have occasionally used other data mining software and I must say that this is the tops! 

I am however having difficulty installing the plug ins and extensions essentially getting the same 'path error' for each.  Here it is pasted below for the Weka Extension:

Exception: java.io.FileNotFoundException
Message: .\lib\plugins\managed\rmx_weka-5.0.0.jar (The system cannot find the path specified)
Stack trace:

  java.io.FileOutputStream.open(Native Method)
  java.io.FileOutputStream.<init>(FileOutputStream.java:179)
  java.io.FileOutputStream.<init>(FileOutputStream.java:131)
  com.rapid_i.deployment.update.client.UpdateManager.updatePlugin(UpdateManager.java:168)
  com.rapid_i.deployment.update.client.UpdateManager.performUpdates(UpdateManager.java:117)
  com.rapid_i.deployment.update.client.UpdateDialog$4.run(UpdateDialog.java:188)
  com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:165)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:619)

Thank you in advance to anyone giving me feedback.  I much appreciate it.

Khy

Answers

  • RalfKlinkenbergRalfKlinkenberg Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member, Unconfirmed, University Professor Posts: 68 RM Founder
    Installation and Update of RapidMiner 5 Extensions under Windows 7 (and Windows Vista):

    Microsoft Windows 7 by default starts all applications with limited access rights.  This also applies to RapidMiner 5, which hence is not allowed to write into its own program directory.  Since RapidMiner 5 needs to be able to write into its own program directory in order to install and later update plugins, RapidMiner 5 needs to be started with administrator access rights, if you would like to install or update RapidMiner 5 extensions.  The same applies to updates of the RapidMiner core.  This is not a bug of RapidMiner, but a result of how Windows 7 treats the access rights of its applications.  The problem can be by-passed as follows:

    Installation and Update of RapidMiner 5 Extensions under Windows 7 (and Windows Vista):
       
    • Start RapidMiner 5 not via double click on its icon as usually, but by selecting the RapidMiner 5 icon with the computer mouse, holding the right mouse button pressed, and then selecting “Run with administrator rights” in the context menu.
    •  
    • After starting RapidMiner 5 with administrator rights, go to its “Help” menu, choose “Update RapidMiner”, select the desired RapidMiner 5 extensions, and then press the “Install” button.
    •  
    • For the update or installation to become effective, you first need to restart RapidMiner.  This second start-up also has to be done in the same way with administrator rights, because the actual installation of the extensions happens at the next start-up of the program after the download of the extensions or updates.
    •  
    • Later program starts of RapidMiner 5 can be performed the usual way, i.e. via double clicking the RapidMiner icon, via the Windows start menu, via a RapidMiner start script, or via the context menu like above.  All these ways work, both, with administrator rights as well as without.  The design and execution of RapidMiner data mining processes usually does not require administrator rights.  Only whenever you would like to install or update RapidMiner or some of its extensions, the above procedure for the start-up with administrator rights needs to be repeated.
    Without administrator rights, RapidMiner 5 cannot install or update its extensions, because it needs be able to write these extensions into its program director.  The next version of RapidMiner will provide a more informative help message instead of the current error message in case a RapidMiner update or extension is attempted without administrator rights.
  • Khy_Donovan_LogKhy_Donovan_Log Member Posts: 2 Contributor I
    Ralf,

    Thank you.  It is much appreciated.  The Plug Ins and Extensions are now installed to the lib plug ins folder under managed.

    Khy
Sign In or Register to comment.