PID Killed automatically

Hi Team,

IGW Microservice are getting killed automatically without giving any error massage , I have faced this incidence 3, 4 times in last 3 month on production.

How can I resolve it?

1 Like

@Mayank @naveen.gupta could you guys take this?

1 Like

There could be multiple reasons for it. Below are some that need to be considered:

  1. Java Heap Memory Issue.(Memory leakage)
  2. HTTP thread infinite waiting time.
  3. Database Connection leakage.
  4. Long running queries (large query time-out)
  5. Java thread entering a deadlock state.

To get closer to the issue, we need to analyze the report below:

  1. Java Heap Dump
  2. Java Thread dump
  3. Database AWR Report
1 Like