Weblogic 12c - the Node Manager associated with machine P360DeploymentMachine is not reachable

Hbargujar picture Hbargujar · Jul 21, 2014 · Viewed 48.8k times · Source

I am trying to start a server on the weblogic getting this error: the Node Manager associated with machine P360DeploymentMachine is not reachable.

This is my machine and node manager on WebLogic:

enter image description here

Error I am getting:

enter image description here

Answer

user2748318 picture user2748318 · Mar 13, 2015
Below is the solution to the problem:
1. Actually we need to make sure we add the path of domain folder like below in "nodemanager.domains" file which is present in your weblogic folder in my case its at below path "C:\weblogic\wlserver\common\nodemanager"
values in "nodemanager.domains"
base_domain=C\:\\weblogic\\user_projects\\domains\\base_domain
AbcDomain=D\:\\Projects\\Abc\\trunk\\10X\\deploy\\AbcDomain
2. Make sure "SecureListener=false" in file "nodemanager.properties" at location "C:\weblogic\wlserver\common\nodemanager" (This is mymachine to you need to find relative path in your machine.
3. Make sure the port numbers for each of the manager servers are different and correct example 80001, 8002 and so on....dont use 7001 for manager server as this is already used by admin server.
if we do this my issue was resoled and i am sure the orginal posted issue also should be resolved.