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:
Error I am getting:
Make sure your NodeManager uses the same setting as you set in the AdminServer. I set my NodeManager to use plain socket in the AdminServer but the actual NodeManager started in secured socket by default. Check you NodeManager log to confirm. For example, this is in my log
<Nov 3, 2016 9:22:45 PM EDT> <INFO> <Secure socket listener started on port 5556, host /192.168.2.3>
and I got the unreachable error. After I changed the parameter SecureListener=false
in nodemanager.properties
, I could start the server just fine.
I was facing this issues. After trying several methods, I realised that I was not running Node Manager service.
For starting Node Manager service, you need to go to
C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startNodeManager.cmd (Specific to my PC)
Run with admin privileges.
It solved my problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With