Analyzing Stuck thread
Dears,
Frequently we are facing issue in our weblogic servers wherein application is not working and weblogic is having multiple stuck threads and high open socket connections for managed servers.
we take thread dump and then restart our servers.
Analyzing thread dump is a bit complex by just reading it as will show multiple thread stuck , block , etc.
Its very difficult to figure our which thread triggered this issue as multiple stuck thread are having different request.
I am attaching 1 thread dump, I am not able to figure our if database was the issue or application or weblogic.
How i can troubleshoot in such scenario as i don't have any knowledge in java.