Hi All,
I am getting Out of Memory Error on a frequency of say, 'weekly' for my application running on tomcat 6.0.18[JVM version 1.6]. My heap size is now 1GB.
I am using Quartz 1.6.0 for a scheduled job. The error stack trace i get from the server is as follows:
[list]Exception in thread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" java.lang.OutOfMemoryError: Java heap space
Exception in thread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" Exception in thread "Timer-1"
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
Exception in thread "Timer-3" java.lang.OutOfMemoryError: Java heap space
Exception in thread "DefaultQuartzScheduler_QuartzSchedulerThread" java.lang.OutOfMemoryError: Java heap space
[/list]
Could someone help me out on this? Please let me know if more details are required for resolution. I would try to provide them.
Thanks for your time.
Regards,
Nandalal
|