Stopping an Active Script
Does any know about one or more methods to terminate a live/running script? I have 8 scripts right now caught in some sort of loop (the oldest one being four weeks now where status = running) and want to know different ways to terminate it. It doesn’t look like a restart to the application service helped me when I asked our IT department to try.
I am surprised that restarting weblogic did not clear the threads. You can try disabling the subscribers to see if the loop does not stop. I do not know a way to stop a thread.
Try with following options, but not sure
1. Disable Event Handler and restart weblogic
2. Remove script from Event Handler
3. Delete Event Handler and Create new Event Handler with new name and map with subscriber.
Thanks and Regards,
Naresh.