Reputation: 1270
I am working on the extension development of rapidminer. I downloaded the template of the extension project from github and developed my own operator. After launching rapidminer, the extension was successfully installed.
In the test code, I manually created the process and added operator. The operation was successful and the operator successfully completed the calculation.
But when I dragged the module from the rapidminer software to accomplish the same thing, I reported this error:
And this is rapidminer' method to checkPermission:
Upvotes: 0
Views: 764
Reputation: 792
RapidMiner has a security feature to prevent the unchecked execution of potentially risky extensions.To still execute your extension, you can check under the setting to give unsigned extensions (those that don't come from the RapidMiner marketplace) to be executed with additional rights.
For more detailed questions I also recommend to post at the RapidMiner community where a lot of experienced extensions developers can be found.
Upvotes: 1