🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Configuration of triggers in RapidMiner Server

User: "RichL"
New Altair Community Member
Updated by Jocelyn
Hello everybody,

while getting familiar with RM Server I´m now trying to automate some processes through triggers, with either "Monitor File Changes" or "Incoming Emails".

However I don´t find any documentation on how to properly configure it. For example, when monitoring file changes, the directory of the file is needed. when i paste it in, it only says "monitoring unknown path". So what am I doing wrong here...?

At the E-Mail config, a JNDI reference is needed. My research didn´t clarify that either, so that´s why i´d ask for help here!

Thank you in advance!
Richard
Sort by:
1 - 1 of 11
    User: "mmichel"
    New Altair Community Member
    Accepted Answer
    Hi RichL,

    I managed to gather some additional knowledge, renamed the JNDI in the config-file of the server, but unfortunately there´s a NullPointerException that i get when I try to toggle the trigger.
    It seems that the JNDI lookup is not working correctly. I will create an internal issue and we'll have a look on it. Thanks for the feedback.
    Unfortunately though, even with a process like that, the triggering is not working.
    File triggers are only supposed to work directly on the file system. So, you need to refer to a real path (not a repository path). Something like /tmp/data/csv (in case of unix os).

    Cheers,
    Marcel