Options

Intelligent Discovery Assistant not visible in rapidminer-studio 6

paulrpaulr Member Posts: 1 Contributor I
edited November 2018 in Help
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).
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
Looks like some serious code bug - trying to inherit from a final class.  IDA works for rapidminer 5.3 though.  Can anyone help?

Answers

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

    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
Sign In or Register to comment.