WLST AdminServer Request Leak
(Doc ID 986916.1)
Last updated on NOVEMBER 14, 2022
Applies to:
Oracle WebLogic Server - Version 9.2 to 10.3Information in this document applies to any platform.
Symptoms
A request leak is observed between the Admin server and WLST communication.
A python WLST script is created that starts and stops the managed servers continuously in a loop for 400 times provided that managed servers will be in RUNNING state through node manager initially.
When the script is run, many threads are getting created and all the threads are busy in javax.management.remote.rmi.RMIConnectionImpl and as a result of this slows the Admin Server
Probably a request leak exists in the communication.
On admin server monitoring tab all current requests are busy on javax.management.remote.rmi.RMIConnectionImpl.
Thread dump stack:
The execute queue of admin server is filled with "javax.management.remote.rmi.RMIConnectionImpl requests, one per loop of the script, each thread appearing similar to the excerpt below
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |