Your system is running short of physical memory/swap space.

Check the memory limit using

ulimit -a

Check to make sure you are not wasting space on sort_area_size. If so reduce it. Or change the sort_area_retain_size=0 that way you would not be holding any memory.


On the other hand is your application trying to create the javavm? If so run by hand on the command prompt.


Sam