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

Problem with developing my own extension

siamak_wantsiamak_want Member Posts: 98 Contributor II
edited October 2019 in Help
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_WoehlerNils_Woehler Member Posts: 463 Maven
    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_wantsiamak_want Member Posts: 98 Contributor II
    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,
Sign In or Register to comment.