Hello , i am having an issue with Scheduler in rapiminer Server
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
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
using rm 9.2.1
scheduler.properties file
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
Scott