Search code examples
rapidminer

Found at least one incompatible extension during start up


I'm working on extension development for rapidminer. I downloaded the template project from github https://github.com/rapidminer/rapidminer-extension-tutorial and compiled it successfully. According to the steps in the readme file, I executed installExtension.

enter image description here

When I start rapidminer, it shows:

enter image description here

There are only ignore choice, apply can not be chosen. But when I select ignore, the rapidminer opens successfully and loads the extension I just developed. I can also perform custom operators.

enter image description here

However, some operators failed to execute, seems like permission issues. enter image description here

I guess it's because the extension is considered to be an unsafe or unregistered extension, resulting in the operation can only have a part of the permissions. Because I see this comment in the source code: enter image description here

My operator doesn't have any problem, because I test it in extension project. It shows the correct result. enter image description here

So Does anybody konw how to fix it?


Solution

  • You can grant addition permissions to unsigned extension, by navigating to Settings -> Preferences Select the tab "start-up" and enable "Grant additional permissions to unsigned extensions".