Discussion
2
Replies
1014
Views
Incessant Technologies
Posted: September 30, 2015
Last activity: October 6, 2015
Closed
Stopping LOCKED Active Requestors
How to stop a requestor which is flagged as "LOCKED" in SMA . If there is a specific requestor locked for a long time consuming memory and leading to OOM exception, is there ay other way of killing it other than restarting the application server , so the system can recover usign frreeed memory.
Depends what is actually running for the requestor. If interaction is still running activities or doing things where it runs through certain parts of the engine (I dont have list), you can "interrupt" the requestor [set a trap condition where the engine will recognize that you've asked to stop the interaction]. If you're stuck in java bits that are not making appropriate engine calls you're out of luck -- Java doesnt really have a proper method to kill thread.
What is the thread doing that leads you to OOM condition?