Installing extensions (Windows )
Hey,
I have my rapidminer_server folder in windows machine on path "D:\Rapidminner_server" and created a folder plugins ("\Rapidminner_server\plugins") to store extensions. In Rapidminer server "com.rapidanalytics.plugindir" is empty so i set path as above but it is still not loading extension to the server.
Any help will be appriciated
Find more posts tagged with
@Thomas_Ott wrote:I just noticed that you spelled "rapidminner"
Is your path correct?
yes it is correct path....
In command prompt while running rapidminer server it is showing following error:
Cannot load extension rmx_com.solr:Depends on rmx_test which cannot be found!
@BalazsBarany wrote:Another remark: I consider it better to keep the plugins and other folders outside of the RM Server installation folder. This makes updates easier.
E.g.:
d:\RapidMiner
+ server
+ logs
+ plugins
+ uploads
Regards,
Balázs
Thanks for the advice
I created separate folder...still it is not loading the extensions.
Hi manisha 1595,
the Solr extension has dependency to the Text extension which explains the following error:
Cannot load extension rmx_com.solrepends on rmx_test which cannot be found!
A solution is to copy the Text extension file rmx_text into the plugin folder and restart the server.
Best regards,
Edin
@Edin_Klapic wrote:Hi manisha 1595,
the Solr extension has dependency to the Text extension which explains the following error:
Cannot load extension rmx_com.solr
epends on rmx_test which cannot be found!
A solution is to copy the Text extension file rmx_text into the plugin folder and restart the server.
Best regards,
Edin
Thank you so much.....the solution worked....the extensions are loaded successfully ....finally I can work on my project
Hi manisha 1595,
the Solr extension has dependency to the Text extension which explains the following error:
Cannot load extension rmx_com.solrepends on rmx_test which cannot be found!
A solution is to copy the Text extension file rmx_text into the plugin folder and restart the server.
Best regards,
Edin
Did you shutdown and restart the server?