Weblogic Managed Server Does Not Start with error "The server oacore_server is in an incompatible state"

 Solution:

Check that the instance is not running using ps –ef oacore_server2 If it is, use kill -9 <pid> to stop the running instance.

Remove the state file:

If the managed server name is “oacore_server2”, then go to the managed server machine, delete the following:

cd $DOMAIN_HOME/servers/<Server-Name>/data/nodemanage/<Server-Name>.state

<Server-Name>.state is the node manager file containing instance information and status.

After deleting this file, the managed server can be remotely started from the Admin Console

Comments

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to compile forms in R12.2