Jump to content
We've recently updated our Privacy Statement, available here ×
  • Scheduler not running


    Jim W
    • Features: Scheduler Version: v7.5.0 Product: JasperReports® Server

    Problem Description:

    This is a specific case on v7.5.0.  Suddenly the scheduler is not sending email nor producing report output after running for years.  There are no errors in the log.

    Solution:

    There could be many other reasons, but there is a simple one that you can check first.  In this case, the threadCount is set too low as it is using the default.

    org.quartz.threadPool.threadCount=2
    org.quartz.threadPool.threadPriority=3

    Increase the threadCount and see if it clears the log jam.  You might also increase threadPriority to 2 if during that time mainly report jobs are running.

     

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...