Guest User

Untitled

a guest
Jan 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. 2018-01-22 18:00:59,797 [ServerService Thread Pool -- 79] ERROR org.quartz.ee.servlet.QuartzInitializerListener - Quartz Scheduler failed to initialize: org.quartz.SchedulerException: SchedulerPlugin class 'org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin' could not be instantiated. [See nested exception: java.lang.ClassNotFoundException: Unable to load class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin by any known loaders.]
  2. 2018-01-22 18:00:59,797 [ServerService Thread Pool -- 79] ERROR stderr - org.quartz.SchedulerException: SchedulerPlugin class 'org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin' could not be instantiated. [See nested exception: java.lang.ClassNotFoundException: Unable to load class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin by any known loaders.]
  3. 2018-01-22 18:00:59,805 [ServerService Thread Pool -- 79] ERROR stderr - Caused by: java.lang.ClassNotFoundException: Unable to load class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin by any known loaders.
  4. 2018-01-22 18:00:59,805 [ServerService Thread Pool -- 79] ERROR stderr - Caused by: java.lang.LinkageError: Failed to link org/quartz/plugins/xml/XMLSchedulingDataProcessorPlugin (Module "deployment.Reports.ear:main" from Service Module Loader)
  5. 2018-01-22 18:00:59,806 [ServerService Thread Pool -- 79] ERROR stderr - Caused by: java.lang.NoClassDefFoundError: org/quartz/jobs/FileScanListener
  6. 2018-01-22 18:00:59,807 [ServerService Thread Pool -- 79] ERROR stderr - Caused by: java.lang.ClassNotFoundException: org.quartz.jobs.FileScanListener from [Module "deployment.Reports.ear:main" from Service Module Loader]
  7.  
  8. org.quartz.scheduler.instanceName = Scheduler
  9. org.quartz.scheduler.instanceId = AUTO
  10. org.quartz.scheduler.skipUpdateCheck = true
  11. org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
  12. org.quartz.threadPool.threadCount = 10
  13. org.quartz.threadPool.threadPriority = 5
  14. org.quartz.jobStore.misfireThreshold = 60000
  15. org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
  16. org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
  17. org.quartz.jobStore.useProperties = false
  18. org.quartz.jobStore.dataSource = quartzDataSource
  19. org.quartz.jobStore.tablePrefix = QUARTZ.QRTZ_
  20. #org.quartz.jobStore.tablePrefix = QRTZ_
  21. org.quartz.jobStore.isClustered = true
  22. org.quartz.jobStore.clusterCheckinInterval = 20000
  23. org.quartz.dataSource.quartzDataSource.jndiURL=java:QuartzDataSource
  24. org.quartz.dataSource.quartzDataSource.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  25. org.quartz.plugin.jobInitializer.class = org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
  26. org.quartz.plugin.jobInitializer.fileNames = quartz-jobs-xml
  27. org.quartz.plugin.jobInitializer.failOnFileNotFound = true
  28. org.quartz.plugin.jobInitializer.scanInterval = 0
  29. org.quartz.plugin.jobInitializer.wrapInUserTransaction =false
Add Comment
Please, Sign In to add comment