JBoss / HotSpot JVM crashing

前端 未结 2 401
失恋的感觉
失恋的感觉 2021-01-24 23:54

We have a web app built on Jboss that has been in production for several years; for the last 18 months it has never gone down. However, in the last two days, the jvm has crashe

2条回答
  •  不要未来只要你来
    2021-01-25 00:40

    Are the crash reports always the same? Do you have the stack traces? i.e. the bit in the crash dump headed by

    --------------- P R O C E S S ---------------

    It's a v vague dump tbh. One possibility is dodgy RAM as it seems to have died while at a safepoint reached in order to collect garbage. Have you done any hardware diagnostics on the box?

提交回复
热议问题