views:

280

answers:

0

HI,

I recently installed tomcat 6.024 on windows 2008 R2 to run a java app.The app uses quartz-1.6.5 to schedule some jobs that need to run 3 times a day. The server freezes every now and then and have to reboot the machine. The catalina log displays the following when I shut down tomcat:

SEVERE: A web application appears to have started a thread named [DefaultQuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak.

Whent the server freezes on the catalina file I am getting the following error: org.quartz.core.JobRunShell run SEVERE: Job AJob.AfterJob threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space

The same app runs for the past 3 months with Quartz under windows 2003 and tomcat 5.5 without any problems.

My current set up is Win2008 R2 -64 bit, Tomcat 6.0.24.Java1.6.18, quartz-1.6.5.

Any suggestions on what is causing this?

Thanks