Friday, October 18, 2013

Node Manager associated with machine is not reachable | Weblogic


Environment Details:
OS: Linux Server 5.8 64bit
Version: Weblogic Server 12.1.2
Installation location: /u01/app/oracle/product/fmw
DOMAIN_HOME: /u01/app/oracle/product/fmw/user_projects/domains/base_domain

Issue: After starting up the Oracle WebLogic 12c AdminServer server, when trying to start any of our managed servers from console page, we were getting the below error. Verified that the node manager was running but still we were encountering this issue.

<Oct 16, 2013 7:26:10 AM GMT> <WARNING> <Configuration error while reading domain directory>
weblogic.nodemanager.common.ConfigException: The domain 'base_domain' at 'null' was not registered in the nodemanager.domains file and
ic domain registration is not supported. Please register the domain in the nodemanager.domains file.
        at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:285)
        at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:277)
        at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:131)
        at weblogic.nodemanager.server.Handler.run(Handler.java:81)
        at java.lang.Thread.run(Thread.java:724)



Solution: Manually edit the nodemanager.domains and add a domain in that.



1 comment:

  1. Hello,
    please I didn't really get your explanation.
    I nano nodemanager.domains
    and here is what I have in it
    base_domain=/apps/oracle/SOA_EBS/MW_HOME/user_projects/domains/base_domain
    am I going to add /domain at the end or what?.
    kindly waiting for your explanation for more details.
    thanks.

    ReplyDelete