I have quartz scheduler that runs 24 hours in background. Now I am not even able to run normal application. It gives me the above error.
Scheduler Description:
There is a scheduler. It run every 2 hours and calls a job class. Job class fetches a list of client and sync all the data of each client from one system to another. For each client, this process takes maximum 10 minutes. I have added the scheduler in web.xml file inside listener tag.
Can anyone let me know how can I resolve this issue?