Problem with developing my own extension

siamak_want
siamak_want New Altair Community Member
edited November 5 in Community Q&A
Hi everyone,

I am trying to extend RM 5.0 according to the valuable document: "How to extend RM 5.0". I implemented my operator and do everything mentioned in the document. but when I start the RM to see my new operator, The RM prints this message in console:
                                                              "can't find bundle for base name com/rapidminer/resources/i18n/ErrorsTemplate, locale en Java.util.MissingResourceException: can't find bundle for
                                                                base name com/rapidminer/resources/i18n/ErrorsTemplate ..."

Anyone knows what is wrong with my new operator?

Thanks.

Answers

  • Nils_Woehler
    Nils_Woehler New Altair Community Member
    Hi,

    this problem means that resources for internationalization are missing but this shouldn't affect your new operator.
    Can you find your new operator in RapidMiner's 'Operators' view?
    If not please check if your extension is installed correctly by opening Help>Manage Extensions...

    Best,
    Nils
  • siamak_want
    siamak_want New Altair Community Member
    Hi, Nils;

    Thanks to your straight-forward guide. I can not see the operator in Manage Extensions. I think something is wrong with my implemented operator. I should read the tutorial again I think. Any help would be appreciated.

    cheers,