Hi, @Komindala Kiran Kumar
Your problem statement is vague so any advice will be generic.
Check the memory usage entries in the JVM logs to see when the free memory dropped to low levels e.g. below 10% free memory. - BMXAA7019I - The total memory is yyyy and the memory available is zzzz
I have seen memory problems start hours before the users actually report the problem.
Check the mbo counts - [29/11/21 17:00:22:237 GMT] 0000015e SystemOut O 29 Nov 2021 17:00:22:237 [INFO] [UI1] [] WORKORDER: mbosets (1), mbos (1) - I discuss these log entries here - https://www.linkedin.com/pulse/seeing-which-mbosetsmbos-using-memory-mark-robbins. Counts over 20,000 often require investigation to understand why that many MBOs are in memory. if you follow the link then you will find that the article is part of a whole series on MBOs and how they use memory
There are various other things that you can check to see what is using the memory and where the memory leak may be.
If you aren't confident investigating this then consider using consultancy. I have written the Cohesive Log Analyser and is a specialist tool designed to investigate performance problems exactly like this.
The analysis includes graphs / information / likely suspects / known leaks spotted on your system.
Memory related problems can occur for a number of reasons including:
- Code that isn't releasing memory when it finishes
- users / interfaces submitting requests that retrieve too much data
- JVMs not configured with the most appropriate settings e.g. to disable port sharing on the latest WAS releases
- Missing patches - IBM have released fix patches with corrections for memory leaks - I have helped identify a number of those leaks
I'm happy to discuss this offline if you want to reply privately to me,
@Pavithra Nallamothu - the actions that you describe probably won't resolve the underlying memory leak that caused the problem.
Restarting the JVM often hides the problem because it restarts the JVM before the free memory reaches a critical low point
It is critical to understand where the memory is being used and how to resolve it.
If you graph the available memory entries mentioned above then I would expect to see that the free memory drops over the longer term.
------------------------------
mark robbins
Cohesive
IBM Champion 2017-2024 Inclusive
See my blog on Maximo support related topics here:
https://www.linkedin.com/pulse/maximo-support-advice-from-non-ibm-engineer-article-mark-robbins/------------------------------
Original Message:
Sent: 10-27-2025 06:06
From: Komindala Kiran Kumar
Subject: Issue with outofMemory leak and integrations are not working
Hello All,
Greetings!
We came across an issue with outofMemory java heap space issue.
Also, integrations are not working.
Error: java.net.SocketTimeoutException: Read timed out
please can you help us to fix the issue.
Thanks & Regards,
Kiran
#Integrations
------------------------------
Komindala Kiran Kumar
CTS
------------------------------