Skip to main content

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?

Have you tried restarting the Windows Server in order to release the locks and clean up any memory leaks?  I’m guessing yes, but had to ask.  🤔

Not sure if this is relevant or not, but we encountered an issue where the node-manager could not stop or start MainServer1 because a log file could not be modified.  Probably because it was locked for editing by some other process that wouldn’t let it go.

In our case, we shutdown all the MWS servers we could and then used Task Manager to End Task on all the “Java(TM) Platform SE Binary” processes.  This appears to have released the lock and allowed the node-manager to start MainServer1.

I don’t believe we’ve had the problem since then, but our approach may not really deal with the root cause of what you’re experiencing.

Here’s hoping this helps or that you find something that does work!


Hi @kwperichost 

Thank you for your input here. We have tried that all the methods. 

Then we raised a ticket to the IFS and their reply was that this is due to Java library file corrupted by Antivirus Program, and we disable the AV program and re-installed the IFS from scratch and that was resolved the issue.

 


Reply