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.
Legacy Result Access Read Model in Java application
michal_moskal
Member Posts: 3 Learner III
I am trying to run a RadpiMiner process in Java that uses Read Model from Legacy Result Access. I know that I should probably use Retrieve instead, but Retrieve forces me to use relative paths. I don't want to specify a repository, I want to be able to specify absolute paths to Read Model. It works in GUI, but if I try to run in it my Java app, I'm getting error:
<em class="error">The operator class 'legacy:read_model' is unknown. Possibly you must install a plugin for operators of group 'legacy'.</em>
I tried including manually a jar with Read Model but that gives me:
java.lang.RuntimeException: java.security.GeneralSecurityException: JAR '/Users/username/.gradle/caches/modules-2/files-2.1/com.rapidminer.studio/rapidminer-studio-core/8.1.0-SNAPSHOT/c55b7d0588fd0d4918bca61cb218dbea516e5d34/rapidminer-studio-core-8.1.0-SNAPSHOT.jar' is unsigned!
Is there any way I can import Legacy Access extension to my Java app?
Tagged:
0