We are facing issue while we are stopping the env
Received error message from Node Manager Server: Server kill command for WebLogic server 'MainServer1' failed due to: Waited for the process to finish for 20,000 millis, without success. This is a known limitation with the java.lang.Process.destroy call when the managed process has child or sub process such as a start script calling java.
I have found similar issue on Oracle
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=110997834838099&id=2351301.1&_afrWindowMode=0&_adf.ctrl-state=3p0e8iw9f_53
This is UPD21
We can't identify the root cause for this issue. However, we have to remove .DAT files and .lok files in order to start the Application if not we can't start the application.
Does anyone know how to resolve this?