🎉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

Hello , i am having an issue with Scheduler in rapiminer Server

User: "jithinpaul89"
New Altair Community Member
Updated by Jocelyn
This from my server log:
00:00:49,816 INFO  [stdout] (taskScheduler-1) 2020-01-30 00:00:49.816  INFO 8996 --- [taskScheduler-1] c.r.e.s.service.task.StartSchedulerTask  : Scheduler start delayed: RapidMiner Server is NOT healthy yet

When i schedule for "now" using rapidminer studo onto server its working. But when i schedule for later time its not working. Its not triggering at the scheduled time. Please help

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "sgenzer"
    Altair Employee
    hi @jithinpaul89 I'm sending you a PM.

    Scott
    User: "jithinpaul89"
    New Altair Community Member
    OP
    using rm 9.2.1


    scheduler.properties file

    #
    # Configuration file that is used for deployments within JBoss EAP 6.4
    #

    #============================================================================
    # Configure Main Scheduler Properties
    #============================================================================

    org.quartz.scheduler.instanceName = ProcessScheduler
    org.quartz.scheduler.instanceId = AUTO

    # Immediate job executions with JBoss 6.4 does not longer work properly - delay of 20-30s.
    # Change the default idle time to 1s to bypass this issue.
    org.quartz.scheduler.idleWaitTime = 1000

    #============================================================================
    # Configure ThreadPool
    #============================================================================

    org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
    org.quartz.threadPool.threadCount = 10
    org.quartz.threadPool.threadPriority = 5

    #============================================================================
    # Configure Datasource
    #============================================================================

    org.quartz.dataSource.RapidRepository.jndiURL = java:/jdbc/RapidAnalyticsDS

    #============================================================================
    # Configure JobStore
    #============================================================================

    org.quartz.jobStore.misfireThreshold = 60000

    org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
    org.quartz.jobStore.dataSource = RapidRepository
    org.quartz.jobStore.tablePrefix = scheduler_

    #============================================================================
    # Configure JobStore
    #============================================================================

    org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.MSSQLDelegate