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
"extensions not wokring in RM5rc and svn-trunk-builds"
Hi,
I just wanted to play around with some of the extensions (weka, text, reporting) in RM5RC (and also a build from svn (rev9)). However, I failed twice.
1) FIrst i tried to use the update manager, selected an extension, accepted the license, and pressed ok, when this exception showed up:
Exception: java.io.FileNotFoundException
Message: .\lib\plugins\managed\rmx_weka-5.0.0.jar (The system cannot find the path specified)
Stack trace:
java.io.FileOutputStream.open(Native Method)
java.io.FileOutputStream.<init>(FileOutputStream.java:179)
java.io.FileOutputStream.<init>(FileOutputStream.java:131)
com.rapid_i.deployment.update.client.UpdateManager.updatePlugin(UpdateManager.java:168)
com.rapid_i.deployment.update.client.UpdateManager.performUpdates(UpdateManager.java:117)
com.rapid_i.deployment.update.client.UpdateDialog$4.run(UpdateDialog.java:188)
com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:165)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
2) I downloaded the plugins from sf.net and put them into lib/plugins. However, then RM hangs while showing the splashscreen (showing the message "Loading Weka"/"Loading Text"...)
Is there any trick to get plugins working in the latest dev-builds or is the plugin-system still too buggy to be used?
Feel welcome if you need further details.
Best, Holger
I just wanted to play around with some of the extensions (weka, text, reporting) in RM5RC (and also a build from svn (rev9)). However, I failed twice.
1) FIrst i tried to use the update manager, selected an extension, accepted the license, and pressed ok, when this exception showed up:
Exception: java.io.FileNotFoundException
Message: .\lib\plugins\managed\rmx_weka-5.0.0.jar (The system cannot find the path specified)
Stack trace:
java.io.FileOutputStream.open(Native Method)
java.io.FileOutputStream.<init>(FileOutputStream.java:179)
java.io.FileOutputStream.<init>(FileOutputStream.java:131)
com.rapid_i.deployment.update.client.UpdateManager.updatePlugin(UpdateManager.java:168)
com.rapid_i.deployment.update.client.UpdateManager.performUpdates(UpdateManager.java:117)
com.rapid_i.deployment.update.client.UpdateDialog$4.run(UpdateDialog.java:188)
com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:165)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
2) I downloaded the plugins from sf.net and put them into lib/plugins. However, then RM hangs while showing the splashscreen (showing the message "Loading Weka"/"Loading Text"...)
Is there any trick to get plugins working in the latest dev-builds or is the plugin-system still too buggy to be used?
Feel welcome if you need further details.
Best, Holger
Tagged:
0
Answers
I've experienced the same problems (only RC). The error seams to be in the plugin jars. The plugin mechanism seams to work fine -- at least with self-made plugins.
Best regards,
chero
since I adapted most of the new extensions to RM 5, I worked with them in eclipse without experiencing any problems. Umph. I'm not surprised that the managed installation doesn't work, but the manual copying into the plugins directory should work. What exactly is the error occuring? Could you trace it down, once you are running in debug mode? Where does it hang?
Greetings,
Sebastian
I think I can trak it down a bit.
Parallel Processing
[quote="ParallelProcessingPlugin Manifest(Extract)"]Initialization-Class: com.rapidminer.ParallelPluginInit
IOObject-Descriptor: ${extension.objectDefinition}
Operator-Descriptor: /com/rapidminer/resources/OperatorsParallel.xml[/quote]
The Ant macro is shurely a mistake. But nevertheless non of the other mentioned files exist. The jar contains only the manifest.
[quote="Startup log"]
...
2010-01-07 17:47:37 WARNING: Plugin initializer com.rapidminer.ParallelPluginIni
t.initPlugin of Plugin Parallel Processing causes an error: com.rapidminer.Paral
lelPluginInit (Plugin.callInitMethod())
java.lang.ClassNotFoundException: com.rapidminer.ParallelPluginInit
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
java.security.AccessController.doPrivileged(Native Method)
...
2010-01-07 17:47:37 WARNING: Plugin initializer com.rapidminer.ParallelPluginIni
t.initSplashTexts of Plugin Parallel Processing causes an error: com.rapidminer.
ParallelPluginInit (Plugin.callInitMethod())
java.lang.ClassNotFoundException: com.rapidminer.ParallelPluginInit
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
java.security.AccessController.doPrivileged(Native Method)
...
...
2010-01-07 17:47:39 WARNING: Operator descriptor 'com/rapidminer/resources/Opera
torsParallel.xml' does not exist in 'C:\Program Files\Rapid-I\RapidMiner5\script
s\..\lib\plugins\rapidminer-Parallel Processing-5.0.jar'! (Plugin.registerOperat
ors())
...
2010-01-07 17:47:45 WARNING: Plugin initializer com.rapidminer.ParallelPluginIni
t.initGui of Plugin Parallel Processing causes an error: com.rapidminer.Parallel
PluginInit (Plugin.callInitMethod())
java.lang.ClassNotFoundException: com.rapidminer.ParallelPluginInit
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
java.security.AccessController.doPrivileged(Native Method)
...
2010-01-07 17:47:45 WARNING: Plugin initializer com.rapidminer.ParallelPluginIni
t.initFinalChecks of Plugin Parallel Processing causes an error: com.rapidminer.
ParallelPluginInit (Plugin.callInitMethod())
java.lang.ClassNotFoundException: com.rapidminer.ParallelPluginInit
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
java.security.AccessController.doPrivileged(Native Method)
...
2010-01-07 17:47:45 WARNING: Plugin initializer com.rapidminer.ParallelPluginIni
t.initPluginManager of Plugin Parallel Processing causes an error: com.rapidmine
r.ParallelPluginInit (Plugin.callInitMethod())
java.lang.ClassNotFoundException: com.rapidminer.ParallelPluginInit
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
java.security.AccessController.doPrivileged(Native Method)
...
[/quote]
Text Processing
[quote="TextProcessing manifest (lines enlonged for better readability)"]Initialization-Class: com.rapidminer.PluginInitTextProcessing
IOObject-Descriptor: /com/rapidminer/resources/ioobjectsTextProcessing.xml
Operator-Descriptor: /com/rapidminer/resources/OperatorsTextProcessing.xml
ParseRule-Descriptor: /com/rapidminer/resources/parseRulesTextProcessing.xml
Group-Descriptor: /com/rapidminer/resources/groupsTextProcessing.properties
Error-Descriptor: /com/rapidminer/resources/i18n/ErrorsTextProcessing
UserError-Descriptor: /com/rapidminer/resources/i18n/UserErrorMessagesTextProcessing.properties
GUI-Descriptor: /com/rapidminer/resources/i18n/GUITextProcessing.properties
[/quote]
Though this jar contains additional files, none of the mentioned files/classes exists.
I expect it to be similar for the other plugins. I think there is a bug in the ant build file.
Best regards,
chero
p.s.: I hope I haven't told completely bull **** and the files are hidden somewhere in another jar file...
this it what happens (having the weka-extension installed): Cheers, Holger
I have now tried everything here locally and there are some points to mention:
1. The automatic installation of extensions worked on my machine in a developer version started from eclipse without problems. After restarting the additional operators were available.
2. Yes, there seems to be at least on problem in the new build files, because the .jar files of the extensions is partly corrupted. We will take a look what caused this trouble.
Greetings,
Sebastian
I've updated my working copy this morning, and RM now loads with the weka-extension installed. However the MRE remains:
2010-01-11 09:09:22 CONFIG: Scanning plugins in X:\rapidminer\rm5\lib\plugins. (Plugin.initAll())
2010-01-11 09:09:22 WARNING: Error initializing plugin: java.util.MissingResourceException: Can't find bundle for base name com/rapidminer/resources/i18n/ErrorsWekaExtension, locale en_US (Plugin.registerAllPluginDescriptions())
java.util.MissingResourceException: Can't find bundle for base name com/rapidminer/resources/i18n/ErrorsWekaExtension, locale en_US
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
java.util.ResourceBundle.getBundle(ResourceBundle.java:962)
com.rapidminer.tools.plugin.Plugin.registerDescriptions(Plugin.java:417)
com.rapidminer.tools.plugin.Plugin.registerAllPluginDescriptions(Plugin.java:578)
com.rapidminer.tools.plugin.Plugin.initAll(Plugin.java:742)
com.rapidminer.RapidMiner.init(RapidMiner.java:373)
com.rapidminer.gui.RapidMinerGUI.run(RapidMinerGUI.java:199)
com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:515)
2010-01-11 09:09:22 CONFIG: Default encoding is windows-1252. (RapidMiner.init())
2010-01-11 09:09:22 CONFIG: Loading operators from 'OperatorsCore.xml'. (OperatorService.registerOperators())
2010-01-11 09:09:23 CONFIG: Loading operator documentation from file:/X:/rapidminer/rm5/build/com/rapidminer/resources/i18n/OperatorsCoreDocumentation.xml. (OperatorDocBundle$XMLControl.newBundle())
And even if RM starts up normally now, the plugin is not installed (according to the extension manager).
To track down the problem I just unpacked the rapidminer-weka5.0.jar. And (surprise!) there are no resource files at all and also no com/rapid... package for the rm-wrappers around weka. So I really guess that the build-file for plugins buggy. Ideas? Comments?
The only way to make an extension to work for me, is to copy the (corrputed/incomplete) plugin-jar to the plugin in dir and add the plugin-build-dir to my class-path. Then everything works as expected. However, I would highly appreciate if you could fix the build-system.
Thanks, Holger
I already spent the Friday with fixing the build system for the extensions. Somehow the jar files for the extensions on sourceforge where corrupted. But when installing using the update manager, this should work. If it is not installed via the update manager, the extension will not be listed in the Extension Manager.
The missing bundle was a simple typo, but the file is empty anyway...
Greetings,
Sebastian
they have not been updated, yet.
Greetings,
Sebastian