Wednesday 14 January 2015

Weblogic 12c and Managed Server in incompatible state

+++++++
issue
++++++
All of the servers selected are currently in a state which is incompatible with this operation or are not associated
with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.


+++++++++
Solution :
+++++++++

The solution is to delete the “managed_server.state” file under your domain in “servers/managed_server/data/nodemanager/” where managed_server is your managed server’s name..So, stop everything, delete/move  managed_server.state from your managed server folder and start everything (go to console to start your managed sever as it is SHUTDOWN).


[oracle@linux6 nodemanager]$ ls -ltr
total 16
-rw-r-----. 1 oracle dba 174 Dec 31 22:48 boot.properties
-rw-r-----. 1 oracle dba 423 Dec 31 22:48 startup.properties
-rw-r-----. 1 oracle dba  27 Dec 31 23:03 WLS_SOA1.url
-rw-r-----. 1 oracle dba  24 Dec 31 23:25 WLS_SOA1.state
[oracle@linux6 nodemanager]$ mv WLS_SOA1.state WLS_SOA1.state_backup
[oracle@linux6 nodemanager]$ pwd
/u01/app/oracle/product/12.1.3/fmw/user_projects/domains/soa_domain/servers/WLS_SOA1/data/nodemanager
[oracle@linux6 nodemanager]$

Now start the Managed server and your issue will get resolved ..


2 comments:

  1. Oracle Weblogic Server Oracle Weblogic Server Training "
    Oracle Weblogic Server Online Training

    Send ur Enquiry to contact@21cssindia.com
    Introducing Oracle Fusion Middleware Platform
    Describing the Oracle Fusion Middleware Environment
    Describing How Weblogic Server Supports Various Fusion Middleware Suites" more… Online Training- Corporate Training- IT Support U Can Reach Us On +917386622889 - +919000444287 http://www.21cssindia.com/courses/oracle-weblogic-online-training-2.html

    ReplyDelete
  2. Is it safe to delete or rename the WLS_SOA1.state file. If its deleted then what will be the impact? I am not sure as to what it will lead to.

    ReplyDelete