Results 1 to 4 of 4

Thread: Quartz is not running in web application help need?

  1. #1
    Join Date
    Jun 2007
    Posts
    10

    Default Quartz is not running in web application help need?

    hi,
    I am using quartz with spring.
    i had made configuration of quartz in one bean .
    From that bean it is loading the quartz related data and connect to the
    database.
    It is connectioning to the database. but it is not triggering the class which
    i specified in the database.but it is changing the job state to WAITING from ACQUIRED .
    and my server is waiting ...
    can anybody help me why it is chaninging the job state and not triggering the
    job.

    Thanks
    sha.

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    It's a little hard to know what the problem is here. There might be something obvious in the configuration, might be useful to post it. Is there anything in the logs?
    Last edited by karldmoore; Aug 29th, 2007 at 11:54 AM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  3. #3
    Join Date
    Jun 2007
    Posts
    10

    Default quartz with web application problem

    hi,
    It is not displaying any error ,on the console
    [QuartzScheduler] Scheduler QuartzScheduler_$_NON_CLUSTERED started
    This message is displaying.
    Thanks
    sha.

  4. #4
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    It's really hard to help if you don't post more details about what you're doing.
    Last edited by karldmoore; Aug 29th, 2007 at 11:54 AM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •