Thanks for the suggestion.
I am indeed running Tomcat.

I increased the java vm memory from 384m to 512m; but it didn't affect
the behavior of the application.

Lars


E Sadler wrote:


Hi, Lars. It isn't really a troubleshooting suggestion so much as
something to try, but the last time I saw this behavior it was because my
java vm was running out of memory. Are you running cocoon in Tomcat? If
you are, try adding these lines to your catalina.sh and restarting Tomcat:
CATALINA_OPTS="-mx512m" (adjust this according to how much memory you think you can spare)
export CATALINA_OPTS


If you're running another servlet container, look at the documentation and see how to increase the memory allocation for java when your servlet container starts.

HTH,
Bess Sadler




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to