Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I am facing memory leak issue in my java application. I have used sonarqube to find the leaks.

User_C7QJPNov 11 2021 — edited Nov 11 2021

image-20210930-193800.pngpie-chart.pngtcp.PNGI am unable to close ServerSocketChannel.open().socket(). Sonarqube says, close ServerSocketChannel.open().socket(). I have heap dump as well and gc report(it shows healthy status). My application show OutOfMemoryError on every 4 days. I have to restart the server but that is not the permanent solution. Please how to reslove Memory leak. Please repy as soon as possoble.

Comments
Post Details
Added on Nov 11 2021
0 comments
740 views