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
"[SOLVED] Plugin extension didn't show"
felix_laksana
Member Posts: 12 Contributor II
Hi,
I'm new to rapidminer extension her, and my java is not good enough..
I have checkout the rapidminer project and template SVN using..
I already create an extension using the template and already install it into the plugin folder..
But when I run the rapidminer I cannot find my plugin there..
Is there anything I should do?
Thanks
Felix
I'm new to rapidminer extension her, and my java is not good enough..
I have checkout the rapidminer project and template SVN using..
I already create an extension using the template and already install it into the plugin folder..
But when I run the rapidminer I cannot find my plugin there..
Is there anything I should do?
Thanks
Felix
Tagged:
0
Answers
I'm sorry but your post is lacking information to be able to help you.
1) SVN sounds old. We are using GIT now, check the sticky threads in this forum
2) What is the log output when starting Studio from your IDE?
Regards,
Marco
I use https://github.com/rapidminer/rapidminer for RM SVN, and for the template I use https://github.com/rapidminer/rapidminer-extension-template ..
I use eclipse Luna Release (4.4.0) & using jdk1.8.0_20..
I follow the instruction from http://rapid-i.com/rapidforum/index.php?topic=3676.0
This is the log when I install the plugin.. Very appreciate for your help
what is the console output when starting RapidMiner from Eclipse? There may be a clue in there why your extension is not being loaded.
Regards,
Marco
"The repository location 'Xmx1536m' is malformed. Repository location look e.g. like this 'Repository/path/to/entry'
But after I close the error messsage it seems to working normally
Thanks Marco
Any clue regarding this problem?
The rapidminer is working normally but the extension is still missing..
Thanks
1) The console output says "INFO: Register plugin: Numerical2DateOperator". Looks like RapidMiner found your extension and loaded it. You should be able to for example print something to the console with your extension and see it when launching RapidMiner. What exactly is not working? Did you add an operator in your extension and it doesn't show up? Did you correctly add the operator to the .xml of your extension?
2) Your repository location error message is a simple result of the -Xmx parameter being provided as a program argument instead of a JVM argument. Add the -Xmx parameter to the VM arguments of Eclipse, not the program arguments of your debug/launch configuration.
Regards,
Marco
Finally the plugin is shown in rapidminer after I apply -Xmx parameter in eclipse as you suggested..
Thank you very much for your help..
Felix