Apps Manager

 I have generated heap dump from apps manager of specific application, and the file size is 179 Bytes and format of file is .gz , But if i trying to extract that file its not extracting -- Any inputs ?

Rajesh Gundawar's profile image
Rajesh Gundawar posted Mar 08, 2021 08:18 PM

 

Daniel Mikusa's profile image
Daniel Mikusa

That doesn't sound correct. I can't imagine a heap dump being that small. I would bet that Apps Manager is unable to talk to the corresponding Spring Boot Actuator endpoint which generates the heap dump. Either that, or the Actuator endpoint is responding with nothing.

 

I would suggest looking in the Javascript Console & Network tabs of your Browsers Dev Tools when you make the request. See if there are any errors or 4xx/5xx responses from your app. Also, look at your app's logs to see if a request comes in for Actuator to trigger the heap dump & what response code & response size was reported.

 

Hope that helps!

Rajesh Gundawar's profile image
Rajesh Gundawar

Sure I will check with your suggestions.

 

Thanks.