The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Intelligent Discovery Assistant not visible in rapidminer-studio 6
Hi,
I've just downloaded rapidminer studio 6 and installed the Intelligent Discovery Assistant through the MarketPlace. On startup, it does not ask me to download/install flora2 & XSB unlike rapidminer 5.3. I had a previous installation of rapidminer 5.3 so I just gave the path to flora2 & XSB which I used before. When I restart rapidminer, I see this stacktrace below in the console. Same thing happens if I download the latest flora2 & xsb version (0.99.5 from http://flora.sourceforge.net/download.html).
I've just downloaded rapidminer studio 6 and installed the Intelligent Discovery Assistant through the MarketPlace. On startup, it does not ask me to download/install flora2 & XSB unlike rapidminer 5.3. I had a previous installation of rapidminer 5.3 so I just gave the path to flora2 & XSB which I used before. When I restart rapidminer, I see this stacktrace below in the console. Same thing happens if I download the latest flora2 & xsb version (0.99.5 from http://flora.sourceforge.net/download.html).
Looks like some serious code bug - trying to inherit from a final class. IDA works for rapidminer 5.3 though. Can anyone help?
Feb 04, 2014 2:11:59 PM com.rapidminer.elico.ida.IDAPluginInit initGui
INFO: Initializing IDA GUI
Feb 04, 2014 2:11:59 PM com.rapidminer.tools.plugin.Plugin callInitMethod
WARNING: Plugin initializer com.rapidminer.elico.ida.IDAPluginInit.initGui of Plugin Intelligent Discovery Assistant caused an error: null
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.rapidminer.tools.plugin.Plugin.callInitMethod(Plugin.java:907)
at com.rapidminer.tools.plugin.Plugin.callPluginInitMethods(Plugin.java:878)
at com.rapidminer.tools.plugin.Plugin.initPluginGuis(Plugin.java:848)
at com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:342)
at com.rapidminer.gui.RapidMinerGUI.launch(RapidMinerGUI.java:757)
at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.rapid_i.Launcher.main(Launcher.java:386)
Caused by: java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at com.rapidminer.tools.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:68)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at com.rapidminer.elico.ida.gui.dockable.DataImportStep.<init>(DataImportStep.java:35)
at com.rapidminer.elico.ida.gui.dockable.IDAWelcomeView.<init>(IDAWelcomeView.java:67)
at com.rapidminer.elico.ida.IDAPluginInit.initGui(IDAPluginInit.java:58)
... 15 more
0
Answers
it looks like that extension makes use of some strange magic and is no longer compatible with RM Studio 6. It was developed as part of the elico research project, so I have some doubts it will be adapted to RM 6..
Regards,
Marco