Looks like you're running out of some resource, most likely memory. Set up the Performance monitor to log available memory to see if there's a memory usage peak just before it stops processing. Also check that there's no Xms parameter on the java options that forces JVMs to allocate more memory than they need.
Br,
Chris