Options

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

jithinpaul89jithinpaul89 Member Posts: 3 Contributor I
edited January 2020 in Help
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
Tagged:

Answers

  • Options
    sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
    hi @jithinpaul89 I'm sending you a PM.

    Scott
  • Options
    jithinpaul89jithinpaul89 Member Posts: 3 Contributor I
    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

Sign In or Register to comment.