Is there System.exit(0) in your code?
Ronald.
On Thu Apr 24 16:11:58 CEST 2008 Tomcat Users List
wrote:
Hi Mark,
thanks for your reply.
My linux boxes have 4GB RAM available and there is no trace about a out
of memory error. In fact, i run 7 tomcats instances on different ports
on the same
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Abraham,
Abraham Iglesias wrote:
| My linux boxes have 4GB RAM available and there is no trace about a out
| of memory error.
You won't get an OOME. Your process will simply disappear.
| In fact, i run 7 tomcats instances on different ports
| on th
Hi Mark,
thanks for your reply.
My linux boxes have 4GB RAM available and there is no trace about a out
of memory error. In fact, i run 7 tomcats instances on different ports
on the same machine. However it is always the same one who disappears
... quite weird. I can't see anything in /var/log
First guess: the Linux "OOM killer". When memory gets desperately
tight, the kernel picks a victim process and terminates it to recover
some memory. Large processes lacking controlling terminals, such as
Tomcat, tend to be the preferred victims. Check your OS log files to
see if there are signs
Hi all,
something very weird is happening on my tomcat environment. I am running
2 webapps within the servlet container. The tomcat process starts fine
in my linux box. However, it stops after some time. This time is random,
and it might be 5 min or 20 min, there is no pattern.
Does anyone know w