Tomcat dies suddenly

后端 未结 4 1522
悲&欢浪女
悲&欢浪女 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:14

    If the JVM crashes, you should have a hs_err_pidNNN.log file; you don't have to do anything to enable this. Its location depends on your OS and how you are running Tomcat. On Windows, they can show up on your desktop, unless you are running as a service. Otherwise, they should be in the current working directory of the crashed process.

    Your operating system probably provides additional tools for process monitoring; you could describe your environment more, or perhaps ask at serverfault.com.

    It's also possible that jvisualvm is actually causing the crash.

    I'd try reproducing the problem, and progressively simplify the scenario to help isolate the cause.

提交回复
热议问题