Originally posted by: FGreg
Thanks for the reply proforg.
My initial assumptions on this error seem to be correct based on the reply I received in the Oracle support forums. This message seems to act as a warning that you are about to blow out the stack and get an OutOfMemoryException. However, it is possible to get this message without the JVM being terminated (as this is what has been happening in my case).
Basically, this is Java saying "I can't allocate the requested memory at this time but I will try again".
The thread in the Oracle support forum I am referring to is:
JVMST109: Insufficient space in Javaheap to satisfy allocation request in case anyone else is interested.
I am marking this question as answered but if anyone does have more specific information on this message (or can further validate my assumptions stated above) please post it here.
#AIX-Forum