0 Replies Latest reply on Sep 12, 2007 2:38 AM by santoshkumar

    no response from an application with quartz schedular in jbo

      Hi,
      I deployed my web application with Quartz scheduler by putting my quartz-service.xml inside deploy. the application is getting deployed properly but after some time I don't get any response page when I try to browse my web application (even the index.jsp) and even no error.
      I find the below message(the last message) in server.log file
      DEBUG [org.quartz.core.JobRunShell] Calling execute on job

      I guess because of this quartz scheduler it hangs (deadlock) at this point.
      I just want to know is there any configuration parameter in any jboss config file to sort out of this problem. where I can disable/timeout for the awaiting state.

      Thanks a lot for any response