We have WebSphere environment with 2 Node Agents and 4 Application Servers. On high traffic one of the application servers stops responding to requests at it jumps to maximum web container thread counts.
On analyzing thread dump we found that approx 60% of threads are in runnable state with 20% each of Wait and Parked state.
We do not see any deadlock warning in thread dump.
On closely look we have found that one of the web container thread owns the lock with below message:
Owns Monitor Lock on com/ibm/ws/classloader/ExtJarClassLoader@0x0A00000000FA6F30
Could someone help with the understanding of the above error and its resolution?