Hi Alan,

I don't think I have seen such mentions.

*Last log from catalina (Tomcat Log) is this:*
Oct 12, 2011 12:00:27 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet cfmServlet threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded

You're definitely running out of memory and crashing the JVM. What are your JVM settings in Tomcat? Look in the /bin/catalina.bat/sh. Mine are:

JAVA_OPTS="-Xms1024m -Xmx1536m -XX:MaxPermSize=384m"

* 1gb heap min
* 1.5gb heap max
* 384mb perm size max

--
Peter J. Farrell
[email protected]
[email protected]
http://blog.maestropublishing.com
Identi.ca / Twitter: @maestrofjp

--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to