This error means that the JVM has run out of heap space. Increase the heap space. That is an option on the "java" command. I set my heap to 200 Meg and do it this way with Tomcat 6:
JAVA_OPTS="-Xmx600M" tomcat/bin/startup.sh wunder On 1/16/08 8:33 AM, "David Thibault" <[EMAIL PROTECTED]> wrote: > java.lang.OutOfMemoryError: Java heap space