> From: Gerardo Corro [mailto:rob_gar_...@hotmail.com]
> Subject: Tomcat unexpectedly shuts down
> 
> I'm using Tomcat version 5.5.30, and I'm having a serious issue:
> Tomcat unexpectedly shuts down

Often caused by a webapp calling System.exit().

> -Xms5000m
> -Xmx5000m

Do you have enough RAM + swap space to support that large a heap, along with 
the other memory requirements of the Tomcat process and all other processes on 
the system?  If not, you may well be getting hit by the Linux OOM-killer, which 
leaves few traces.

> However Tomcat fails quite often, no trace information can be 
> found in logs, neither my app logs nor tomcat logs.

What about a core file, or a JVM crash file?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to