Tomcat dies suddenly

后端 未结 4 1523
悲&欢浪女
悲&欢浪女 2020-12-30 03:37

Trying to diagnose some bizarre Tomcat (7.0.21) and/or JVM errors on a 64-bit linux (CentOS) machine.

I\'m load testing our server application and tried

4条回答
  •  既然无缘
    2020-12-30 04:09

    Another possibility is that the OS is running out of memory and the OOM Killer is killing your process. In this case, the JVM wouldn't get an opportunity to write a heap dump, or an hs_err_pid file.

提交回复
热议问题