Tomcat shuts down automatically

后端 未结 10 978
囚心锁ツ
囚心锁ツ 2020-12-14 09:43

I\'m using Apache and Tomcat on a Windows server and since this morning, Tomcat stops working without any logs. It doesn\'t hang, it just shut down.
There\'s no log in T

10条回答
  •  温柔的废话
    2020-12-14 10:02

    This sounds like the JVM is crashing. Have you looked for a JVM crash log? It typically has a name like hs_err_pid*.log and is created in the JVM's working directory.

    If you find a file like this and upload it, then we can probably help more.

    Some questions:

    • Have you recently changed the version of Java you are using?
    • What is the exact version of Tomcat you are using?
    • Are you using Tomcat Native (the Apache Portable Runtime)?

提交回复
热议问题