[jboss-user] [JBossMQ] - Re: How to clean up uncommit JMS transactions on jboss 4.2.3

adrian@jboss.org do-not-reply at jboss.com
Tue Apr 28 06:17:53 EDT 2009


Uncommitted transactions should be automatically rolled back when you reboot.

The error message is not jms related though so I don't know how you reached the conclusion. It shows the listing of a directory by apache axis having an OOME.

It isn't even a proper OOME, it means your GC is getting stressed
http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html#par_gc.oom

This can be caused by something as simple as too much paging of memory 
back and forwards to disk or that your GC isn't tuned properly?

Given that it occurred on the file access, it might also be too many calls to the
finalize() method of java.io.File due to lots of them getting constructed and then thrown away?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227239#4227239

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227239



More information about the jboss-user mailing list