Well, this tells you what happened:
--------------------------
----------
----------
----
ADMU0111E: Program exiting with error:
com.ibm.ws.process.excepti
on.OutOfMe
moryExcept
ion: PROC0009E: The
operating system reported not enough free memory to create the
process.
--------------------------
----------
----------
----
Did you change your application in a way that causes it to allocate memory differently?
I suggest that you use some of the tools on alphaWorks (
http://www.alphaworks.ibm.com/) to help understand what is happening:
- If you enable verbose garbage collection (verbosegc), then this tools can help:
IBM Pattern Modeling and Analysis Tool for Java Garbage Collector
http://www.alphaworks.ibm.com/tech/pmat- I don't think that this tool would help you much
IBM Thread and Monitor Dump Analyzer for Java
http://www.alphaworks.ibm.com/tech/jca- This tool tends to be more useful when the JVM has been running awhile
HeapAnalyzer
http://www.alphaworks.ibm.com/tech/heapanalyzer From the stuff above though, it looks like the application is quickly allocating lots of large objects, and dieing quite quickly...